Started by user Oleksii Korniienko Rebuilds build #138 Running as Oleksii Korniienko Agent centos-7-ztdwt 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-ztdwt" 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-ztdwt" - 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-ztdwt" - 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-ztdwt (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/reddeer.verification.parametrized The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/reddeer.git > git init /home/jenkins/agent/workspace/reddeer.verification.parametrized # timeout=10 Fetching upstream changes from https://github.com/eclipse/reddeer.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 344e314cac86ef32ae37df3196df2c1e574b64fb (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 344e314cac86ef32ae37df3196df2c1e574b64fb # timeout=10 Commit message: "Update gef plugins according to the 2023-09 changes" > git rev-list --no-walk 344e314cac86ef32ae37df3196df2c1e574b64fb # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [reddeer.verification.parametrized] $ Xvnc -help Starting xvnc [reddeer.verification.parametrized] $ Xvnc :26 -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 Mon Aug 28 12:00:31 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5926 vncext: created VNC server for screen 0 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins2908534006181705471.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.checksum.fail=false -Dmaven.test.error.ignore=true -Declipse-orbit-update-site=https://download.eclipse.org/tools/orbit/downloads/latest-S -Declipse-target-site=https://download.eclipse.org/releases/2023-09 -DskipTests=false -Djava.target.version=17 -Dmaven.test.failure.ignore=true -Dsurefire.timeout=9600 clean verify -U Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-09/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2023-09 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-09/ (480B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-09/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-09/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] 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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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.v20230828-1200 [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/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.common.test.wait.GroupWaitTest 12:02:18.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:02:19.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 12:02:19.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:02:23.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 12:02:23.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:02:27.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:02:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:02:28.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:02:28.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:02:31.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 12:02:31.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:02:33.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 12:02:33.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:02:37.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:02:37.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:02:44.571 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.141 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 1.034 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.005 s test_groupWaitWaitWhileFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 3.504 s test_groupWaitBothConditionsFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 2.501 s test_groupWaitWaitUntilAndWhileFulfilled(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 11.003 s test_groupWaitValidAndNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.wait.TimePeriodTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.reddeer.common.test.wait.TimePeriodTest getSeconds_factor_gt1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0.001 s getSeconds_factor1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_lt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0.001 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 12:02:44.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:02:51.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:02:51.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:02:58.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:02:58.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:03:01.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.506 s - in org.eclipse.reddeer.common.test.wait.WaitWhileTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0 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.002 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitUntilTest 12:03:01.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:03:08.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:03:08.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:03:15.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:03:15.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:03:17.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.506 s - in org.eclipse.reddeer.common.test.wait.WaitUntilTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0.001 s test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_WaitUntilFulFilled(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.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.501 s Running org.eclipse.reddeer.common.test.wait.WaitProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.test.wait.WaitProviderTest test_nullCondition(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeUntil(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeWhile(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.util.XPathEvaluatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.206 s testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.002 s testXPathWithUserDefinedNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithoutNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest testAdoptBottomClassAToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0.004 s testAdoptBottomClassBToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.properties.RedDeerPropertiesTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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 12:03:17.901 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message 12:03:17.901 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message 12:03:17.901 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message 12:03:17.901 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message 12:03:17.901 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message 12:03:17.901 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message 12:03:17.901 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.v20230828-1200 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.swt.test --- [INFO] Resolving class path of RedDeer SWT Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.swt.test --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.swt.test --- [INFO] Fetching slf4j.simple_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (15.6kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:33.324 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:03:33.326 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:03:33.337 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:03:33.339 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:03:33.411 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:33.432 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:03:33.435 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:33.437 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:33.439 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:03:33.439 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:03:33.507 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:03:33.512 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:33.512 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:03:33.514 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:33.514 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:03:33.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:33.519 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:33.521 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:33.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:33.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:33.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:33.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:33.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:33.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:33.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:33.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:33.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:33.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:33.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:33.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:33.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:33.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:33.720 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 12:03:33.720 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:33.734 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 12:03:33.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:33.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:33.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:33.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:33.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:33.828 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:33.829 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:33.829 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:33.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:33.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:33.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:33.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:33.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:33.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:33.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:33.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:33.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:33.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:33.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:33.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:33.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:33.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:33.918 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 12:03:33.921 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 12:03:33.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:33.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:33.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:33.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:33.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:33.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:33.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:33.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:33.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:33.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:33.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:33.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:34.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:34.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:34.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:34.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:34.130 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 12:03:34.130 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 12:03:34.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:34.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:34.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:34.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:34.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:34.232 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:34.232 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:34.232 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:34.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:34.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:34.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:34.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:34.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:34.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:34.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:34.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:34.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:34.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:34.323 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 12:03:34.324 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 12:03:34.324 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 12:03:34.324 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 12:03:34.324 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 12:03:34.324 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 12:03:34.331 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:34.331 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:34.331 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:34.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:34.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:34.411 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:34.411 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:34.411 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:34.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:34.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:34.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:34.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:34.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:34.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:34.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:34.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:34.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:34.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:34.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:34.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:34.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:34.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:34.453 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 12:03:34.454 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 12:03:34.454 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 12:03:34.454 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 12:03:34.510 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:34.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:34.511 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:34.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:34.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:34.521 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:34.522 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:34.522 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:34.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:34.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:34.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:34.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:34.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:34.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:34.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:34.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:34.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:34.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:34.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:34.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:34.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:34.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:34.638 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 12:03:34.639 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 12:03:34.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1" 12:03:34.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:34.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:34.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:34.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:34.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:34.731 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:34.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:34.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:34.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:34.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:34.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:34.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:34.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:34.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:34.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:34.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:34.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:34.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:34.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:34.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:34.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:34.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:34.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:34.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:34.818 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 12:03:34.818 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 12:03:34.818 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 12:03:34.819 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 12:03:34.819 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 12:03:34.819 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 12:03:34.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:34.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:34.827 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:34.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:34.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:34.837 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:03:34.838 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:03:34.839 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:34.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:34.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:34.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.591 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.307 s testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.112 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.291 s shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.179 s testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.11 s hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.209 s shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.106 s Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:34.930 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:34.931 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:03:34.932 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:34.932 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:34.932 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:34.932 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:03:34.933 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:34.933 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:03:34.933 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:34.933 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:34.934 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:34.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:34.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:34.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:34.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:34.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:35.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:35.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:35.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:35.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:35.035 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 12:03:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:35.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:35.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:35.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:35.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:35.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:35.120 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:03:35.121 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:35.122 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:35.123 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:35.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:35.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:35.134 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:35.134 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 12:03:35.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 12:03:35.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2" 12:03:35.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:35.141 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:35.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:35.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:35.213 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.213 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:35.213 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:35.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:35.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:35.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:35.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:35.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:35.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:35.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:35.246 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 12:03:35.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:35.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:35.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:35.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:35.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:35.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:35.248 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:03:35.248 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:35.250 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:35.251 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:35.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:35.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:35.251 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:35.252 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 12:03:35.252 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 12:03:35.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:35.258 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:35.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:35.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:35.322 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.322 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:35.322 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:35.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:35.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:35.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:35.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:35.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:35.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:35.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:35.359 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 12:03:35.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:35.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:35.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:35.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:35.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:35.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:35.360 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:03:35.360 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:35.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:35.360 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:35.360 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:35.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:35.361 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:35.361 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:03:35.361 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:03:35.361 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 12:03:35.361 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 12:03:35.361 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio 12:03:35.362 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio" 12:03:35.362 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio 12:03:35.364 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio 12:03:35.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:35.370 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:35.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:35.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:35.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:35.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:35.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:35.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:35.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:35.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:35.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:35.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:35.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:35.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:03:35.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:35.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:35.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:35.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:35.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:35.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:35.464 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:03:35.464 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:35.465 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:35.465 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:35.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:35.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:35.467 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:35.467 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 12:03:35.473 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.473 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:35.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:35.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:35.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:35.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:35.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:35.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:35.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:35.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:35.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:35.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:35.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:35.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:35.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:03:35.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:35.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:35.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:35.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:35.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:35.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:35.574 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:35.574 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:35.574 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:35.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:35.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:35.575 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:35.575 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:03:35.575 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:03:35.575 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 12:03:35.575 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 12:03:35.575 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 12:03:35.575 DEBUG [main][MenuItemLookup] Item match:DisabledMenu 12:03:35.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:35.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:35.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:35.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:35.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:35.631 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:35.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:35.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:35.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:35.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 12:03:35.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:35.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:35.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:35.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 12:03:35.666 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:35.668 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 12:03:35.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:35.674 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:35.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:35.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:35.716 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.716 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:35.717 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:35.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:35.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:35.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:35.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:35.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:35.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:35.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:35.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:03:35.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:35.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:35.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:35.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:35.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:35.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:35.754 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:03:35.754 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:35.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:35.754 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:35.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:35.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:35.755 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:35.755 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:03:35.755 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:03:35.755 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 12:03:35.755 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 12:03:35.755 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 12:03:35.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:35.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:35.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:35.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:35.772 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:35.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:35.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:35.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:35.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:35.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:35.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:35.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:35.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:35.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 12:03:35.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:35.836 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 12:03:35.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:35.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:35.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:35.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:35.850 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.850 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:35.850 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:35.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:35.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:35.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:35.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:35.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:35.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:35.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:35.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:03:35.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:35.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:35.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:35.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:35.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:35.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:35.916 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:03:35.916 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:35.916 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:35.916 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:35.916 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:35.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:35.917 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:35.917 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:03:35.917 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:03:35.917 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 12:03:35.918 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 12:03:35.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild" 12:03:35.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:35.925 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:35.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:35.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:35.948 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.948 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:35.948 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:35.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:35.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:35.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:35.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:35.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:35.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:35.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:35.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:35.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.shell.DefaultShell, index 0 and no matchers specified 12:03:35.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:35.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:35.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:35.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:35.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:35.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:35.975 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:03:35.975 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:35.975 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:35.975 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:35.975 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:35.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:35.976 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:35.976 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:03:35.976 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:03:35.976 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 12:03:35.976 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 12:03:35.976 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 12:03:35.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:35.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:36.007 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:36.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.036 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.036 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:36.036 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:36.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:36.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:36.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:36.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:36.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:36.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:36.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:36.068 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 12:03:36.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:36.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:36.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:36.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:36.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:36.069 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:03:36.069 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:36.070 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:36.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:36.070 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:36.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:36.070 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:36.070 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 12:03:36.072 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 12:03:36.072 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1 12:03:36.072 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1 12:03:36.073 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 12:03:36.075 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 12:03:36.075 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:36.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent 12:03:36.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:36.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:36.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:36.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:03:36.076 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:03:36.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.086 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:36.086 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:36.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.145 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.145 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:36.145 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:36.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:36.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:36.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:36.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:36.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:36.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:36.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:36.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:03:36.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:36.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:36.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:36.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:36.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:36.183 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:36.183 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:36.183 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:36.183 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:36.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:36.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:36.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:36.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.227 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.227 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:36.227 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:36.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:36.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:36.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:36.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:36.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:36.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:36.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:36.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 12:03:36.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:36.259 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem' 12:03:36.260 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem 12:03:36.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:36.265 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:36.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.272 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.273 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:36.273 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:36.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:36.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:36.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:36.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:36.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:36.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:36.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:36.339 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 12:03:36.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:36.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:36.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:36.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:36.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:36.340 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:36.340 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:36.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:36.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:36.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:36.341 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:36.341 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:03:36.341 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:03:36.341 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 12:03:36.341 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu" 12:03:36.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:36.347 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:36.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.355 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.355 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:36.355 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:36.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:36.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:36.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:36.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:36.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:36.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:36.439 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 12:03:36.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:36.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:36.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:36.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:36.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:36.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:03:36.440 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:36.441 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:36.441 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:36.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:36.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:36.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:36.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:36.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:36.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:36.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:36.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:36.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:36.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:36.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:36.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:36.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:36.522 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 12:03:36.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:36.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:36.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:36.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:36.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:36.523 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:36.523 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:36.523 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:36.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:36.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:36.523 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:36.523 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:03:36.523 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:03:36.523 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 12:03:36.523 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild' 12:03:36.524 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild 12:03:36.524 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 12:03:36.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:36.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:36.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.556 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.557 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:36.557 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:36.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:36.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:36.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:36.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:36.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:36.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:36.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:36.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.shell.DefaultShell, index 0 and no matchers specified 12:03:36.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:36.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:36.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:36.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:36.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:36.611 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:03:36.611 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:36.611 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:36.611 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:36.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:36.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:36.612 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:36.612 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 12:03:36.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:36.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:36.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.625 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.626 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:36.626 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:36.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:36.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:36.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:36.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:36.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:36.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:36.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:36.671 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 12:03:36.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:36.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:36.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:36.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:36.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:36.672 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:03:36.672 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:36.672 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:36.672 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:36.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:36.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:36.672 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:36.673 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:03:36.673 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:03:36.673 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 12:03:36.673 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 12:03:36.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:36.679 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:36.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.686 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:36.686 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:36.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:36.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:36.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:36.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:36.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:36.752 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 12:03:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:36.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:36.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:36.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:36.754 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:03:36.754 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:03:36.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:03:36.754 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:03:36.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:36.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:36.755 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:03:36.755 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:03:36.755 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:03:36.755 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 12:03:36.755 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck 12:03:36.755 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck" 12:03:36.755 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck 12:03:36.755 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck 12:03:36.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:36.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:36.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.781 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:03:36.781 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:03:36.782 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:36.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:36.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.854 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.279 s menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.109 s radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.105 s getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.089 s disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.114 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.085 s getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.055 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.078 s menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.098 s getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.088 s selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.109 s getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.082 s shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.045 s menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.082 s getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.127 s menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.073 s getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.068 s menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.06 s checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.095 s Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 12:03:36.817 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 12:03:36.818 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:03:36.819 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:36.819 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 12:03:36.819 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:36.819 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:03:36.819 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:36.819 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:03:36.819 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:36.821 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:03:36.822 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:03:36.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:36.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:36.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:36.826 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") 12:03:36.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:36.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:36.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:03:36.839 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:03:36.839 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:03:36.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:36.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:03:36.937 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 12:03:36.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:03:36.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:36.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:36.941 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 12:03:36.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:36.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:03:36.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:36.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:36.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:36.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:03:36.944 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:03:36.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:03:36.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:03:36.947 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:03:36.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:03:36.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:03:36.948 TRACE [main][WidgetHandler] Notify Table with event 13 12:03:36.949 TRACE [main][WidgetHandler] Wait for synchronization 12:03:36.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:36.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:03:36.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:36.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:03:36.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:36.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:36.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:36.958 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:03:36.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:36.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:36.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:36.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:03:36.962 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:03:36.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:03:36.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:03:36.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:03:36.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:37.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:03:37.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:03:37.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:03:37.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:37.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:37.683 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:03:37.683 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:37.684 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:37.684 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:03:37.684 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:03:37.684 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:03:37.684 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:03:37.684 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:03:37.684 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:03:37.684 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:03:37.684 DEBUG [main][MenuItemLookup] Item match:Window 12:03:37.710 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:03:37.710 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:03:37.710 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:03:37.710 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.711 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:03:37.711 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:03:37.711 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.711 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:03:37.711 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.711 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:03:37.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:37.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:37.714 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:03:37.714 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:37.714 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:37.714 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:03:37.714 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:03:37.714 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:03:37.714 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:03:37.714 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:03:37.714 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:03:37.714 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:03:37.715 DEBUG [main][MenuItemLookup] Item match:Window 12:03:37.715 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:03:37.715 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:03:37.715 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:03:37.715 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.715 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:03:37.715 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:03:37.715 DEBUG [main][MenuItemLookup] Item match:Perspective 12:03:37.719 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:03:37.719 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.719 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:03:37.719 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:03:37.719 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:03:37.719 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:03:37.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:03:37.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:37.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:37.720 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:03:37.720 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:37.720 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:37.720 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:03:37.721 DEBUG [main][MenuItemLookup] Item match:Window 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.721 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:03:37.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:37.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:37.722 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:03:37.722 DEBUG [main][MenuItemLookup] Item match:Window 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:03:37.722 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:03:37.722 DEBUG [main][MenuItemLookup] Item match:Perspective 12:03:37.723 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:03:37.723 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.723 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:03:37.723 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:03:37.723 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:03:37.723 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:03:37.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:37.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:37.723 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:03:37.723 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:37.723 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:37.723 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:03:37.723 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:03:37.723 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:03:37.724 DEBUG [main][MenuItemLookup] Item match:Window 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:03:37.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:37.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:37.724 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:37.724 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:37.725 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:03:37.725 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:03:37.725 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:03:37.725 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:03:37.725 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:03:37.725 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:03:37.725 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:03:37.725 DEBUG [main][MenuItemLookup] Item match:Window 12:03:37.725 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:03:37.725 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:03:37.725 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:03:37.725 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.725 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:03:37.725 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:03:37.725 DEBUG [main][MenuItemLookup] Item match:Perspective 12:03:37.726 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:03:37.726 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:37.726 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:03:37.726 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:03:37.726 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:03:37.726 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:03:37.726 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:03:37.726 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:03:37.726 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:03:37.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:03:37.761 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 12:03:37.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:03:37.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:37.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:37.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:37.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:37.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:37.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:03:37.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:37.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:37.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:37.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:03:37.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:37.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:37.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:37.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:03:37.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:37.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:37.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:37.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:37.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:37.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:03:37.765 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:03:37.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:03:37.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:03:37.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:03:37.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:38.018 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:38.018 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 12:03:38.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 12:03:38.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:38.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:38.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:38.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:38.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:38.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:38.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:38.020 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.*') 12:03:38.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:38.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:38.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:03:38.028 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:03:38.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:38.138 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)' 12:03:38.138 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:38.138 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:03:38.138 DEBUG [main][MenuItemLookup] Item match:Run As 12:03:38.141 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)' 12:03:38.141 DEBUG [main][MenuItemLookup] Item match:(none applicable) 12:03:38.152 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)" 12:03:38.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 12:03:38.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:38.152 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:38.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:38.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:38.153 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 12:03:38.153 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 12:03:38.153 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:38.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:38.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:38.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.341 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) Time elapsed: 0.135 s Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:03:38.163 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:03:38.164 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:03:38.164 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:38.164 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:03:38.165 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:38.165 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:03:38.165 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:38.165 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:03:38.165 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:38.165 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:38.165 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:03:38.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:03:38.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:38.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:38.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:38.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:38.180 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu. 12:03:38.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:38.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:38.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:38.180 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:38.180 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:03:38.180 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:38.180 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:38.180 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:03:38.180 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:03:38.180 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:03:38.180 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:03:38.180 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:03:38.180 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:03:38.180 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:03:38.180 DEBUG [main][MenuItemLookup] Item match:Window 12:03:38.181 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:03:38.181 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:03:38.181 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:03:38.181 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:38.181 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:03:38.181 DEBUG [main][MenuItemLookup] Item match:Show View 12:03:38.185 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:03:38.185 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:03:38.185 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:03:38.185 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:03:38.185 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:03:38.185 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:03:38.185 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:03:38.185 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:03:38.185 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:03:38.186 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:03:38.186 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:03:38.186 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:03:38.186 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:03:38.186 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:38.186 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:03:38.186 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:03:38.208 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:03:38.208 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:03:38.208 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:03:38.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:03:38.274 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 12:03:38.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:03:38.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:38.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:38.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:03:38.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:38.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:38.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:38.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:03:38.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:38.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:38.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:38.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:38.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:38.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:38.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 12:03:38.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:03:38.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:38.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:38.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:03:38.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 12:03:38.820 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:03:38.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:38.820 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:03:38.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:38.820 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:03:38.820 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT 12:03:38.820 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT 12:03:38.821 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection 12:03:38.822 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT 12:03:38.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:38.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:38.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:38.822 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:03:38.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:38.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:03:38.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:38.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:38.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:38.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:03:38.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:38.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:38.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:38.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:03:38.825 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:03:38.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:03:38.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:03:38.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:03:38.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:38.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:03:38.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:03:38.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:03:38.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:03:38.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:38.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:38.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:38.932 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:38.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 12:03:38.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:38.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:38.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:38.939 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 12:03:38.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 12:03:38.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:38.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:38.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:38.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:38.961 DEBUG [main][MenuItemLookup] Found menu:'submenu' 12:03:38.961 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:38.961 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID' 12:03:38.961 DEBUG [main][MenuItemLookup] Item match:View Action with ID 12:03:38.961 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID" 12:03:38.961 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID 12:03:38.961 INFO [main][MenuItemHandler] Select menu item: View Action with ID 12:03:38.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled.... 12:03:38.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully 12:03:38.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:03:38.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:38.962 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:38.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:38.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:38.963 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:03:38.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:38.963 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:03:38.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:03:38.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:38.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:38.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:38.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.969 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 12:03:38.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:38.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:38.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:38.974 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:38.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 12:03:38.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:38.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:38.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:38.979 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 12:03:38.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 12:03:38.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:38.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:38.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:38.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:38.982 DEBUG [main][MenuItemLookup] Found menu:'submenu' 12:03:38.982 DEBUG [main][MenuItemLookup] Item match:submenu 12:03:38.984 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 12:03:38.984 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA 12:03:39.013 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A" 12:03:39.013 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA 12:03:39.013 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A 12:03:39.014 DEBUG [main][MenuItemLookup] Found menu:'submenu' 12:03:39.015 DEBUG [main][MenuItemLookup] Item match:submenu 12:03:39.015 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 12:03:39.015 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB' 12:03:39.015 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB 12:03:39.015 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B" 12:03:39.015 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB 12:03:39.015 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B 12:03:39.016 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:03:39.016 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:39.016 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:39.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:39.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:39.016 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:03:39.016 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:39.016 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:03:39.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:03:39.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:39.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:39.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:39.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:39.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:39.025 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 12:03:39.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:39.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:39.025 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:03:39.026 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:39.026 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:39.026 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:03:39.026 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:03:39.026 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:03:39.026 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:03:39.026 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:03:39.026 DEBUG [main][MenuItemLookup] Item match:Window 12:03:39.026 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:03:39.026 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:03:39.026 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:03:39.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:39.026 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:03:39.026 DEBUG [main][MenuItemLookup] Item match:Show View 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:03:39.030 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:39.031 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:03:39.031 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:03:39.031 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:03:39.031 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:03:39.031 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:03:39.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:03:39.089 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 12:03:39.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:03:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:39.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:03:39.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:39.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:03:39.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:39.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:39.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:39.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:39.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:39.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:39.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:39.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:03:39.113 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:03:39.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:39.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:39.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:03:39.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:03:39.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:03:39.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:39.620 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:03:39.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:39.620 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:03:39.620 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 12:03:39.620 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 12:03:39.621 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 12:03:39.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 12:03:39.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:39.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:39.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:39.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:03:39.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:39.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:39.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:39.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:03:39.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:39.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:39.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:39.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:03:39.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:39.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:39.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:39.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:39.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:39.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:03:39.624 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:03:39.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:03:39.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:03:39.624 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:03:39.624 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:39.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:03:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:03:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:03:39.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:39.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:39.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:03:39.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:39.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:39.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:39.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:39.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:39.775 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:39.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:03:39.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:39.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:39.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:39.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:39.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:39.793 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:03:39.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:03:39.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:39.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:39.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:39.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:39.797 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:03:39.797 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:39.797 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:03:39.797 DEBUG [main][MenuItemLookup] Item match:Filters... 12:03:39.797 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..." 12:03:39.797 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters... 12:03:39.797 INFO [main][MenuItemHandler] Select menu item: &Filters... 12:03:39.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 12:03:39.887 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 12:03:39.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters 12:03:39.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:39.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:39.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:03:39.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:39.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:39.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:39.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent 12:03:39.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:39.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:39.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:39.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:39.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:03:39.890 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:03:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:03:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:03:39.891 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:03:39.891 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:39.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 12:03:40.012 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 12:03:40.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:03:40.012 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 12:03:40.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:03:40.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:40.012 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:40.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:40.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:40.012 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:03:40.012 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:40.013 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:03:40.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:03:40.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:40.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:40.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:40.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:40.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:40.018 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:03:40.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:40.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:40.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:40.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:40.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:40.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:40.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 '\*?\QError Log\E') 12:03:40.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:40.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:40.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:40.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:40.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:40.029 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:03:40.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:03:40.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:40.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:40.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:40.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:40.030 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:03:40.031 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:40.031 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:03:40.031 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:40.031 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 12:03:40.031 DEBUG [main][MenuItemLookup] Found menu:'Show text filter' 12:03:40.031 DEBUG [main][MenuItemLookup] Item match:Show text filter 12:03:40.031 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter" 12:03:40.031 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter 12:03:40.031 INFO [main][MenuItemHandler] Select menu item: &Show text filter 12:03:40.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 12:03:40.032 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:40.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:40.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:40.033 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 12:03:40.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:40.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:40.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:40.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:40.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:40.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:41.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:41.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:41.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:03:41.045 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 12:03:41.046 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:03:41.046 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:41.046 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:41.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:41.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:41.046 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:03:41.046 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:03:41.046 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:41.046 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:41.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:41.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.884 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.798 s parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.053 s testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.996 s testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 1.033 s Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.073 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.074 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:03:41.074 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:41.074 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.074 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:41.074 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:03:41.075 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:41.075 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:03:41.075 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:41.075 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:41.075 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:03:41.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:41.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:41.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:41.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:41.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:41.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:41.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:41.114 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") 12:03:41.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:41.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:41.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:41.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:41.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:03:41.115 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:03:41.115 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:41.124 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1' 12:03:41.124 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1 12:03:41.130 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.130 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:41.130 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:41.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:41.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:41.138 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:03:41.138 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:41.138 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:03:41.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:41.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:41.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:41.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:41.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:41.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:41.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:41.185 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") 12:03:41.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:41.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:41.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:41.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:41.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:03:41.186 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:03:41.186 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:41.194 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 12:03:41.194 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2" 12:03:41.194 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3" 12:03:41.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:41.211 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:41.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:41.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:41.233 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:03:41.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:41.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:03:41.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:41.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:41.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:41.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:41.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:41.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:41.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:41.282 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") 12:03:41.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:41.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:41.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:41.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:41.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:03:41.283 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:03:41.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:41.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:41.314 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:41.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:41.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:41.326 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:03:41.326 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:41.326 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:03:41.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:41.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:41.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:41.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:41.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:41.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:41.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:41.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:41.375 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") 12:03:41.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:41.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:41.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:41.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:41.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:03:41.376 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:03:41.376 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:41.388 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 12:03:41.408 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.408 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:41.408 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:41.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:41.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:41.437 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:03:41.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:41.438 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:03:41.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:41.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:41.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:41.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:03:41.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:03:41.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:03:41.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:41.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:41.481 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") 12:03:41.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:41.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:41.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:41.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:41.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:03:41.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:41.488 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:41.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:41.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:41.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:03:41.530 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:03:41.530 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:41.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:41.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:41.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.063 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.095 s toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.092 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.111 s toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.092 s Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:41.541 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:41.547 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:03:41.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:41.547 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:41.548 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:41.548 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:03:41.548 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:41.548 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:03:41.548 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:41.549 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:41.549 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:03:41.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:41.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:41.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:41.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:41.661 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 12:03:41.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:41.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:41.679 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:03:41.679 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:41.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:03:41.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:03:42.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:03:42.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:03:42.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:03:42.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:03:42.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:03:42.681 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found 12:03:42.682 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:03:42.682 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:03:42.682 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:03:42.682 DEBUG [main][AbstractWait] Waiting until shell is active... 12:03:42.682 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:03:42.682 INFO [main][AbstractShell] Close shell Testing shell 12:03:42.682 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:03:42.692 DEBUG [main][AbstractWait] Waiting while shell is available... 12:03:42.692 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:03:42.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:42.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:42.692 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:42.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:42.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:42.716 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:03:42.716 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:42.716 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:03:42.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:42.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:42.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:42.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:42.754 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%$") 12:03:42.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:42.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:42.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:42.780 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:03:42.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:42.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:42.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:42.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:43.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:43.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:43.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:43.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:43.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:03:43.783 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 12:03:43.784 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:03:43.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 12:03:43.784 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:03:43.784 DEBUG [main][AbstractWait] Waiting until shell is active... 12:03:43.784 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:03:43.784 INFO [main][AbstractShell] Close shell Testing shell 12:03:43.784 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:03:43.795 DEBUG [main][AbstractWait] Waiting while shell is available... 12:03:43.796 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:03:43.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:43.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:43.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:43.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:43.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:43.811 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:03:43.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:43.811 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:03:43.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:43.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:43.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:43.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:43.840 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 12:03:43.841 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:43.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:43.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:03:43.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:43.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:43.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:43.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:03:43.864 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute() 12:03:43.976 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:03:43.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 12:03:43.977 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:03:43.977 DEBUG [main][AbstractWait] Waiting until shell is active... 12:03:43.977 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:03:43.977 INFO [main][AbstractShell] Close shell Testing shell 12:03:43.977 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:03:43.989 DEBUG [main][AbstractWait] Waiting while shell is available... 12:03:43.989 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:03:43.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:43.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:43.989 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:44.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:44.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:44.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:03:44.005 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:44.005 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:03:44.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:44.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:44.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:44.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:44.035 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 12:03:44.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:44.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:44.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:03:44.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:44.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:44.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:44.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:44.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:44.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:03:44.056 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test"; 12:03:44.158 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:03:44.158 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:03:44.158 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:03:44.159 DEBUG [main][AbstractWait] Waiting until shell is active... 12:03:44.159 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:03:44.159 INFO [main][AbstractShell] Close shell Testing shell 12:03:44.159 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:03:44.169 DEBUG [main][AbstractWait] Waiting while shell is available... 12:03:44.169 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:03:44.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:44.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:44.169 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:44.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:44.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:44.185 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:03:44.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:44.185 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:03:44.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:44.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:44.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:44.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:44.265 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 12:03:44.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:44.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:03:44.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:44.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:44.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:44.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:44.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:03:44.340 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:03:44.340 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:03:44.340 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:03:44.340 DEBUG [main][AbstractWait] Waiting until shell is active... 12:03:44.340 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:03:44.340 INFO [main][AbstractShell] Close shell Testing shell 12:03:44.340 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:03:44.525 DEBUG [main][AbstractWait] Waiting while shell is available... 12:03:44.525 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:03:44.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:44.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:44.526 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:44.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:44.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:44.528 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:03:44.528 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:44.528 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:03:44.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:44.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:44.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:44.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:44.556 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:") 12:03:44.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:44.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:44.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:44.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:03:44.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:44.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:44.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:44.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:44.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:44.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:03:44.583 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:03:44.584 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:03:44.584 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:03:44.584 DEBUG [main][AbstractWait] Waiting until shell is active... 12:03:44.584 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:03:44.584 INFO [main][AbstractShell] Close shell Testing shell 12:03:44.584 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:03:44.702 DEBUG [main][AbstractWait] Waiting while shell is available... 12:03:44.702 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:03:44.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:44.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:44.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:44.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:44.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:44.704 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:03:44.704 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:44.704 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:03:44.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:03:44.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:44.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:44.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:44.733 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 12:03:44.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:44.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:44.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:44.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:03:44.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:44.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:44.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:44.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:44.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:44.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:03:44.753 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/' 12:03:44.756 DEBUG [main][BrowserProgressListener] Calling chanded() 12:03:44.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:03:44.757 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:03:44.971 DEBUG [main][BrowserProgressListener] Calling chanded() 12:03:45.247 DEBUG [main][BrowserProgressListener] Calling chanded() 12:03:45.257 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:03:45.511 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 12:03:45.757 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:03:45.836 DEBUG [main][BrowserProgressListener] Calling chanded() 12:03:46.257 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:03:46.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:03:46.258 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 12:03:56.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:03:56.259 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:03:56.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:03:56.270 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/' 12:03:56.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:03:56.270 DEBUG [main][BrowserProgressListener] Calling chanded() 12:03:56.270 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:03:56.328 DEBUG [main][BrowserProgressListener] Calling chanded() 12:03:56.467 DEBUG [main][BrowserProgressListener] Calling chanded() 12:03:56.770 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:03:56.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:03:56.771 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 12:04:06.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:04:06.771 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:04:06.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:04:06.773 INFO [WorkbenchTestable][AbstractBrowser] Browser back 12:04:06.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:04:06.775 DEBUG [main][BrowserProgressListener] Calling chanded() 12:04:06.776 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:04:06.920 DEBUG [main][BrowserProgressListener] Calling chanded() 12:04:07.276 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:04:07.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:04:07.276 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:04:08.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:04:08.276 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:04:08.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:04:08.280 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 12:04:08.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:04:08.282 DEBUG [main][BrowserProgressListener] Calling chanded() 12:04:08.282 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:04:08.352 DEBUG [main][BrowserProgressListener] Calling chanded() 12:04:08.782 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:04:08.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:04:08.782 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:04:09.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:04:09.783 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:04:09.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:04:09.784 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:09.785 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:09.785 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:09.786 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:09.786 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:09.786 INFO [main][AbstractShell] Close shell Testing shell 12:04:09.786 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:09.809 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:09.809 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:09.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:04:09.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:09.809 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:09.828 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:04:09.828 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:04:09.828 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:09.828 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:09.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:09.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.289 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.167 s findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.095 s executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.194 s evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.18 s findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.343 s findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.176 s navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 25.124 s Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:09.846 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:09.847 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:04:09.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:09.847 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:09.848 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:09.848 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:04:09.848 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:09.848 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:04:09.848 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:09.849 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:09.849 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:09.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:09.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:09.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:09.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:09.939 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 12:04:09.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:09.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:09.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:09.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:09.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:09.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:09.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:09.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:09.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:09.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 12:04:09.967 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:") 12:04:09.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:09.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:09.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:09.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:09.968 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:09.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:09.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:09.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:09.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:09.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:04:09.970 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:09.970 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:09.970 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:09.971 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:09.971 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:09.971 INFO [main][AbstractShell] Close shell Testing shell 12:04:09.972 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:10.008 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:10.009 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:10.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:10.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:10.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:10.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.020 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:10.020 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:10.020 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:10.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:10.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:10.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:10.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:10.072 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') 12:04:10.072 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 12:04:10.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 12:04:10.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:04:10.126 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 12:04:10.135 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:10.135 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:10.135 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:10.136 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:10.136 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:10.136 INFO [main][AbstractShell] Close shell Testing shell 12:04:10.137 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:10.151 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:10.151 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:10.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:10.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:10.152 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:10.175 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:10.176 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:10.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:10.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:10.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:10.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:10.224 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") 12:04:10.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:04:10.254 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 12:04:10.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:04:10.255 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") 12:04:10.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.256 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:04:10.258 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 12:04:10.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:10.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:10.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 12:04:10.259 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") 12:04:10.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:04:10.263 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 12:04:10.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.263 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:04:10.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:04:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found 12:04:10.264 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") 12:04:10.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:04:10.267 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 12:04:10.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:04:10.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:04:10.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found 12:04:10.273 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:10.273 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:10.273 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:10.274 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:10.274 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:10.274 INFO [main][AbstractShell] Close shell Testing shell 12:04:10.274 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:10.289 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:10.289 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:10.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:10.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:10.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.314 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:10.314 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:10.314 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:10.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:10.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:10.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:10.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:10.390 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") 12:04:10.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:04:10.437 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 3 12:04:10.439 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:10.439 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:10.439 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:10.440 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:10.440 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:10.440 INFO [main][AbstractShell] Close shell Testing shell 12:04:10.440 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:10.456 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:10.456 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:10.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:10.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:10.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:10.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.481 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:10.481 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:10.481 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:10.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:10.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:10.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:10.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:10.532 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") 12:04:10.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:04:10.562 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 2 12:04:10.563 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 12:04:10.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:10.563 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:10.564 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:10.564 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:10.564 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:10.565 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:10.565 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:10.565 INFO [main][AbstractShell] Close shell Testing shell 12:04:10.565 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:10.580 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:10.580 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:10.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:10.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:10.580 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:10.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.603 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:10.603 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:10.604 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:10.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:10.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:10.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:10.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:10.653 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 12:04:10.653 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.681 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:10.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:10.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 12:04:10.683 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 12:04:10.684 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:10.684 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:10.684 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:10.686 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:10.686 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:10.686 INFO [main][AbstractShell] Close shell Testing shell 12:04:10.686 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:10.700 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:10.700 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:10.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:10.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:10.700 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:10.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.709 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:10.709 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:10.709 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:10.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:10.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:10.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:10.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:10.783 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 12:04:10.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:10.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:10.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:10.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:04:10.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:04:11.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:04:11.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:04:11.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:04:11.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:04:11.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:11.825 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found 12:04:11.825 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:11.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 12:04:11.825 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:11.825 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:11.825 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:11.825 INFO [main][AbstractShell] Close shell Testing shell 12:04:11.825 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:11.839 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:11.839 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:11.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:11.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:11.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:11.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:11.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:11.848 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:11.848 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:11.848 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:11.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:11.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:11.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:11.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:11.896 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_&*") 12:04:11.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:11.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:11.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:11.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:11.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:11.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:12.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:12.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:12.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:12.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:12.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:12.937 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found 12:04:12.937 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:12.937 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:12.938 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:12.938 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:12.938 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:12.938 INFO [main][AbstractShell] Close shell Testing shell 12:04:12.938 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:12.960 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:12.960 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:12.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:12.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:12.960 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:12.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:12.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:12.991 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:12.991 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:12.991 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:12.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:12.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:12.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:12.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:13.057 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") 12:04:13.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:13.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:13.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:13.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:13.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:13.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:13.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:13.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:04:13.091 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to selection: Item23 12:04:13.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:04:13.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:13.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:13.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:13.093 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:13.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:13.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:13.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:13.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:13.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:13.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:13.094 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:13.095 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:13.095 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:13.095 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:13.096 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:13.096 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:13.096 INFO [main][AbstractShell] Close shell Testing shell 12:04:13.096 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:13.109 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:13.109 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:13.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:13.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:13.109 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:13.131 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:04:13.131 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:04:13.131 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:13.131 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:13.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:13.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.286 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.171 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.155 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.138 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.167 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.122 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.105 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.139 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.143 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.14 s Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:13.150 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:13.151 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:04:13.151 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:13.151 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:13.152 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:13.152 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:04:13.152 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:13.152 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:04:13.152 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:13.152 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:13.153 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:13.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:13.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:13.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:13.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 12:04:13.169: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.177: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.178: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.179: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.181: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.210: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.210: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.211: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.212: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.213: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.214: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.214: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.224: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.232: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.233: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.234: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.235: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.241: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.241: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.243: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.243: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.244: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.245: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.245: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.251: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.252: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.252: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.253: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.253: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.253: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.255: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.256: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.256: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.256: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.263: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.263: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.263: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.264: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.265: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.266: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.266: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.266: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.267: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.269: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.269: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.270: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.270: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:04:13.276 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 12:04:13.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:13.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:13.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:13.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:13.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:13.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:13.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:13.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:13.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:13.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 12:04:13.303 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 12:04:13.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:13.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:13.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:13.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:13.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:13.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:13.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:04:13.304 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:13.304 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:13.304 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:13.305 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:13.305 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:13.305 INFO [main][AbstractShell] Close shell Testing shell 12:04:13.305 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:13.332 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:13.332 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:13.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:13.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:13.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:13.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:13.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:13.342 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:13.342 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:13.342 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:13.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:13.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:13.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:13.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 12:04:13.357: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.363: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.365: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.366: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.366: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.372: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.373: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.374: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.374: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.375: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.376: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.376: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.388: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.399: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.401: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.402: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.403: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.413: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.415: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.415: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.417: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.418: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.419: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.429: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.429: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.430: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.432: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.432: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.432: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.434: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.435: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.435: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.436: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.442: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.444: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.444: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.445: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.445: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.446: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.447: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.447: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.447: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:13.447: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:04:13.450 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 12:04:13.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:13.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:13.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:13.473 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:13.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:13.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:13.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:13.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:13.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:13.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:04:13.474 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 12:04:13.474 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 12:04:13.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:13.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:13.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:13.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:13.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:13.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:13.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:13.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:13.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:13.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:04:13.475 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 12:04:13.483 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:04:14.483 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 12:04:14.484 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 2 12:04:14.484 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 12:04:14.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:14.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:14.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:14.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:14.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:14.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:14.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:14.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:14.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:14.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:04:14.485 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 12:04:14.485 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:04:15.485 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 12:04:15.486 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 4 12:04:15.486 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 12:04:15.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:15.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:15.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:15.486 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:15.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:15.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:15.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:15.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:15.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:15.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:04:15.486 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4 12:04:15.487 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:04:16.487 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded 12:04:16.487 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items 12:04:16.487 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0 12:04:16.490 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed 12:04:16.490 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1 12:04:16.490 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed 12:04:16.490 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2 12:04:16.490 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed 12:04:16.491 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3 12:04:16.491 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed 12:04:16.491 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4 12:04:16.491 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed 12:04:16.491 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:16.491 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:16.491 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:16.492 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:16.492 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:16.492 INFO [main][AbstractShell] Close shell Testing shell 12:04:16.492 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:16.515 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:16.515 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:16.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:16.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:16.516 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:16.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:16.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:16.537 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:16.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:16.537 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:16.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:16.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:16.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:16.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 12:04:16.551: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.557: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.559: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.559: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.560: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.566: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.566: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.567: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.567: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.568: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.569: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.569: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.579: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.586: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.587: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.588: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.589: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.611: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.612: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.613: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.613: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.614: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.615: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.615: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.622: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.622: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.623: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.624: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.624: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.624: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.625: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.626: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.626: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.626: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.633: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.633: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.633: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.633: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.635: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.635: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.635: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.635: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.636: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.637: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.637: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.638: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:16.638: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:04:16.640 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 12:04:16.641 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 12:04:16.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:16.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:16.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:16.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:16.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:16.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:16.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:16.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:16.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:16.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:04:16.661 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 12:04:16.662 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:04:17.662 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 12:04:17.662 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 12:04:17.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:17.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:17.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:17.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:17.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:17.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:17.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:17.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:17.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:17.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:04:17.664 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:17.666 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:17.666 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:17.666 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:17.667 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:17.667 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:17.667 INFO [main][AbstractShell] Close shell Testing shell 12:04:17.667 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:17.690 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:17.690 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:17.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:17.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:17.690 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:17.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:17.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:17.711 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:17.711 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:17.711 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:17.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:17.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:17.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:17.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 12:04:17.726: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.732: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.734: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.735: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.736: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.743: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.743: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.745: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.746: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.747: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.748: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.748: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.764: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.775: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.777: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.778: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.780: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.788: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.789: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.790: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.790: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.791: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.792: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.792: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.798: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.798: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.799: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.801: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.802: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.802: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.802: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.809: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.810: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.810: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.810: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.812: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.812: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.813: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.813: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.815: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.816: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.817: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.817: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:17.817: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:04:17.821 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 12:04:17.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:17.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:17.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:17.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:17.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:17.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:17.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:17.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:17.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:17.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 12:04:17.852 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items 12:04:17.852 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 12:04:17.853 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:04:18.853 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 12:04:18.854 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 12:04:18.854 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:04:19.854 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 12:04:19.854 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 12:04:19.855 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:04:20.855 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 12:04:20.856 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:20.856 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:20.856 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:20.856 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:20.856 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:20.856 INFO [main][AbstractShell] Close shell Testing shell 12:04:20.856 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:20.881 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:20.881 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:20.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:20.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:20.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:20.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:20.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:20.889 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:20.889 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:20.889 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:20.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:20.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:20.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:20.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 12:04:20.903: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.909: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.911: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.912: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.913: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.919: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.919: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.920: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.920: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.921: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.922: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.923: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.933: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.940: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.941: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.942: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.943: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.950: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.950: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.952: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.952: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.954: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.954: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.964: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.965: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.966: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.966: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.968: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.969: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.969: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.970: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.980: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.980: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.981: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.981: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.983: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.983: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.983: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.983: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.985: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.986: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.986: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.986: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:20.986: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:04:20.989 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item text: Expand Item: 1 12:04:20.989 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 12:04:20.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:21.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:21.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:21.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:21.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:21.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:21.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:21.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:21.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:21.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:04:21.015 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 12:04:21.016 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:04:22.017 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 12:04:22.017 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 12:04:22.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:22.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:22.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:22.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:04:22.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:04:22.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:22.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 12:04:22.018 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:22.022 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:22.022 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:22.022 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:22.023 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:22.023 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:22.023 INFO [main][AbstractShell] Close shell Testing shell 12:04:22.023 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:22.056 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:22.056 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:22.056 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:22.057 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:22.057 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:22.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:22.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:22.066 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:22.066 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:22.066 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:22.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:22.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:22.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:22.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 12:04:22.085: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.092: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.093: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.094: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.095: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.101: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.101: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.102: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.102: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.103: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.104: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.104: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.114: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.122: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.123: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.124: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.125: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.132: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.132: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.133: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.134: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.135: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.136: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.136: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.143: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.143: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.143: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.145: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.145: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.145: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.146: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.147: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.147: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.147: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.154: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.154: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.154: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.155: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.156: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.156: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.156: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.156: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.157: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.158: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.158: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.159: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.159: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:04:22.161 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 12:04:22.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:22.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:22.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:22.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:22.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:22.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:22.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:22.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:22.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:22.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 12:04:22.186 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:22.187 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:22.187 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:22.187 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:22.187 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:22.187 INFO [main][AbstractShell] Close shell Testing shell 12:04:22.187 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:22.210 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:22.210 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:22.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:22.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:22.211 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:22.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:22.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:22.231 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:22.231 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:22.231 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:22.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:22.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:22.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:22.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 12:04:22.246: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.253: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.254: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.255: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.256: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.262: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.263: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.264: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.264: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.265: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.266: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.266: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.277: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.284: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.285: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.286: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.287: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.293: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.294: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.295: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.295: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.296: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.297: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.297: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.303: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.303: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.303: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.304: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.305: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.305: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.306: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.307: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.307: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.307: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.313: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.313: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.314: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.314: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.316: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.317: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.318: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.318: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:22.318: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:04:22.321 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 3 Expand Bar Item index: 1 12:04:22.321 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 12:04:22.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:22.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:22.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:22.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:22.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:22.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:22.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:04:22.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:04:22.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:04:22.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:04:23.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:04:23.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:04:23.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:23.344 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found 12:04:23.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:23.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 12:04:23.344 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:23.344 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:23.344 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:23.344 INFO [main][AbstractShell] Close shell Testing shell 12:04:23.344 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:23.377 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:23.377 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:23.377 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:23.377 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:23.377 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:23.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.386 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:23.386 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:23.387 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:23.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:23.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:23.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:23.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 12:04:23.401: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.408: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.409: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.410: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.411: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.417: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.417: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.418: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.419: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.419: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.420: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.420: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.430: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.436: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.438: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.439: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.440: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.445: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.446: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.447: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.447: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.448: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.449: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.449: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.456: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.458: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.458: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.459: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.459: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.465: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.465: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.465: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.465: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.467: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.468: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.469: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.469: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 12:04:23.469: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:04:23.471 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 0 Expand Bar Item text: NON_EXISTING_#$ 12:04:23.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 12:04:23.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:23.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:23.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:23.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:23.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 12:04:23.496 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:23.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 12:04:23.496 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:23.497 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:23.497 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:23.497 INFO [main][AbstractShell] Close shell Testing shell 12:04:23.497 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:23.518 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:23.519 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:23.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:23.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:23.519 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:23.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.526 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:04:23.526 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:04:23.526 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:23.526 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:23.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.377 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.189 s collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.195 s findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.174 s expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.178 s findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.177 s getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.165 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.155 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.139 s Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:23.535 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:23.536 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:04:23.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:23.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:23.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:23.537 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:04:23.541 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:23.541 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:04:23.542 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:23.542 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:23.542 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:23.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:23.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:23.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:23.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:23.551 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') 12:04:23.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:23.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:23.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:23.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:23.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:23.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:23.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:23.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:23.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:23.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:04:23.559 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:23.559 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:23.559 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:23.559 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:23.559 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:23.559 INFO [main][AbstractShell] Close shell Testing shell 12:04:23.559 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:23.562 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:23.562 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:23.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:23.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:23.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:23.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.577 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:23.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:23.578 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:23.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:23.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:23.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:23.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:23.608 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 12:04:23.608 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:23.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:23.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:23.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:23.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:23.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:23.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:23.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 12:04:23.625 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:23.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 12:04:23.625 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:23.625 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:23.625 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:23.625 INFO [main][AbstractShell] Close shell Testing shell 12:04:23.626 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:23.629 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:23.629 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:23.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:23.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:23.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:23.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:23.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:23.649 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:23.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:23.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:23.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:23.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:23.654 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 12:04:23.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:23.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:23.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:23.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:23.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:23.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:23.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:23.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:04:23.663 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 12:04:23.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:23.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:23.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:23.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:23.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:23.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:23.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:23.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 12:04:23.663 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 12:04:23.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:23.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.664 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:23.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:23.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:23.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:04:23.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:04:23.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:23.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found 12:04:23.673 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:23.673 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:23.673 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:23.673 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:23.673 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:23.673 INFO [main][AbstractShell] Close shell Testing shell 12:04:23.673 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:23.677 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:23.677 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:23.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:23.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:23.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.697 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:23.697 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:23.697 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:23.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:23.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:23.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:23.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:23.702 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 12:04:23.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:23.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:23.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:23.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:23.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:23.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:23.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:23.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 12:04:23.710 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:23.710 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:23.710 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:23.710 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:23.710 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:23.710 INFO [main][AbstractShell] Close shell Testing shell 12:04:23.710 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:23.713 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:23.713 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:23.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:23.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:23.713 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:23.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.733 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:23.733 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:23.733 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:23.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:23.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:23.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:23.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:23.738 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 12:04:23.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:23.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.746 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:23.746 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:23.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:23.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 12:04:23.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 12:04:24.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 12:04:24.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 12:04:24.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 12:04:24.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 12:04:24.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:24.748 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found 12:04:24.748 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:24.748 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:24.748 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:24.748 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:24.748 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:24.748 INFO [main][AbstractShell] Close shell Testing shell 12:04:24.748 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:24.752 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:24.752 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:24.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:24.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:24.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:24.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:24.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:24.759 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:24.759 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:24.759 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:24.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:24.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:24.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:24.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:24.777 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") 12:04:24.777 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:24.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:24.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:24.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:24.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:24.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:24.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:24.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:24.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:24.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:04:24.794 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:24.794 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:24.794 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:24.794 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:24.794 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:24.794 INFO [main][AbstractShell] Close shell Testing shell 12:04:24.794 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:24.797 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:24.797 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:24.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:24.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:24.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:24.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:24.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:24.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:24.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:24.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:24.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:24.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:24.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "NON_ESITING_@##$_TEXT") 12:04:24.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:24.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:24.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:24.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:24.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:24.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:24.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:24.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:25.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:25.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:25.831 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found 12:04:25.831 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:25.831 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:25.831 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:25.831 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:25.832 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:25.832 INFO [main][AbstractShell] Close shell Testing shell 12:04:25.832 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:25.835 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:25.835 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:25.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:25.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:25.835 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:25.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:25.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:25.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:25.842 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:25.842 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:25.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:25.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:25.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:25.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:25.859 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 12:04:25.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:25.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:25.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:25.875 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:25.875 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:25.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:25.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:25.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:25.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:25.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 12:04:25.876 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:25.877 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:25.877 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:25.877 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:25.877 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:25.877 INFO [main][AbstractShell] Close shell Testing shell 12:04:25.877 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:25.880 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:25.880 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:25.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:25.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:25.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:25.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:25.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:25.887 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:04:25.887 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:04:25.887 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:25.887 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:25.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:25.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.353 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.035 s findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.071 s hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.048 s getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.035 s findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.026 s findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.044 s findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.039 s getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 12:04:25.892 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 12:04:25.893 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:04:25.893 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:25.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 12:04:25.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:25.893 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:04:25.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:25.894 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:04:25.894 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:25.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:25.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 12:04:25.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 12:04:25.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:25.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:25.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:25.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 12:04:25.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:25.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:25.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:25.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:25.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:25.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:25.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 12:04:25.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:25.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:25.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:25.934 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:25.934 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:25.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:25.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:25.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:25.936 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:25.936 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:25.936 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:25.936 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:25.936 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:25.936 INFO [main][AbstractShell] Close shell Testing shell 12:04:25.936 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:25.940 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:25.941 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:25.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 12:04:25.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:25.941 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:25.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:25.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:25.960 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 12:04:25.960 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 12:04:25.960 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:25.960 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:25.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:25.960 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.066 s Running org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 12:04:25.970 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 12:04:25.976 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:04:25.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:25.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 12:04:25.977 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:25.977 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:04:25.977 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:25.977 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:04:25.977 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:25.977 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:25.978 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 12:04:25.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 12:04:25.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:25.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:25.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:26.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 12:04:26.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.060 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.060 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:26.060 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) 12:04:26.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.061 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:26.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:26.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:04:26.061 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) 12:04:26.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.061 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:04:26.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:04:26.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:04:26.062 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") 12:04:26.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:26.064 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:26.065 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") 12:04:26.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:26.066 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:26.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label C") 12:04:26.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:26.067 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:26.067 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB 12:04:26.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:26.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:26.067 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:26.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:26.072 TRACE [main][WidgetHandler] Notify Button with event 27 12:04:26.072 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.072 TRACE [main][WidgetHandler] Notify Button with event 13 12:04:26.072 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.072 TRACE [main][WidgetHandler] Notify Button with event 26 12:04:26.072 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.072 TRACE [main][WidgetHandler] Notify Button with event 3 12:04:26.072 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.072 TRACE [main][WidgetHandler] Notify Button with event 4 12:04:26.072 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.072 TRACE [main][WidgetHandler] Notify Button with event 13 12:04:26.072 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.074 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC 12:04:26.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:26.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:26.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:26.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:26.074 TRACE [main][WidgetHandler] Notify Button with event 27 12:04:26.075 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.075 TRACE [main][WidgetHandler] Notify Button with event 13 12:04:26.075 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.075 TRACE [main][WidgetHandler] Notify Button with event 26 12:04:26.075 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.075 TRACE [main][WidgetHandler] Notify Button with event 3 12:04:26.075 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.075 TRACE [main][WidgetHandler] Notify Button with event 4 12:04:26.075 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.075 TRACE [main][WidgetHandler] Notify Button with event 13 12:04:26.075 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.076 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:26.076 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:26.076 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:26.076 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:26.076 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:26.076 INFO [main][AbstractShell] Close shell Testing shell 12:04:26.076 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:26.082 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:26.082 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:26.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 12:04:26.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:26.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:26.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.089 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 12:04:26.089 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 12:04:26.089 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:26.089 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:26.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) Time elapsed: 0.111 s Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.093 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.095 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:04:26.095 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:26.095 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.095 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:26.095 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:04:26.108 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:26.108 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:04:26.108 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:26.108 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:26.108 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:26.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:26.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:26.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:26.127 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) 12:04:26.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.148 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.148 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:26.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:26.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:04:26.148 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1 12:04:26.149 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1 12:04:26.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:26.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:26.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:26.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:26.149 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 12:04:26.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:26.150 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:26.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 12:04:26.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.150 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:26.151 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 12:04:26.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:26.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:26.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:26.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:26.152 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed 12:04:26.152 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:26.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 12:04:26.152 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:26.152 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:26.152 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:26.152 INFO [main][AbstractShell] Close shell Testing shell 12:04:26.152 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:26.157 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:26.158 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:26.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:26.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:26.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:26.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:26.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:26.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:26.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:26.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:26.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 12:04:26.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:26.211 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 12:04:26.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:26.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:26.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:26.212 TRACE [main][WidgetHandler] Notify Button with event 27 12:04:26.212 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.212 TRACE [main][WidgetHandler] Notify Button with event 13 12:04:26.212 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.212 TRACE [main][WidgetHandler] Notify Button with event 26 12:04:26.212 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.212 TRACE [main][WidgetHandler] Notify Button with event 3 12:04:26.212 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.212 TRACE [main][WidgetHandler] Notify Button with event 4 12:04:26.212 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.212 TRACE [main][WidgetHandler] Notify Button with event 13 12:04:26.212 TRACE [main][WidgetHandler] Wait for synchronization 12:04:26.212 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 12:04:26.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.213 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.213 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:26.213 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:26.214 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:26.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 12:04:26.214 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:26.214 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:26.214 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:26.214 INFO [main][AbstractShell] Close shell Testing shell 12:04:26.214 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:26.220 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:26.220 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:26.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:26.220 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:26.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:26.226 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:26.226 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:26.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:26.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:26.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:26.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 12:04:26.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:26.267 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 12:04:26.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:26.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:26.268 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:26.268 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:26.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:04:26.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.268 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.268 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:26.269 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:26.269 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:26.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 12:04:26.270 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:26.270 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:26.270 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:26.270 INFO [main][AbstractShell] Close shell Testing shell 12:04:26.270 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:26.276 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:26.276 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:26.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:26.276 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:26.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.282 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:26.282 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:26.282 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:26.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:26.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:26.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:26.321 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) 12:04:26.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:04:26.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:04:26.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:04:26.344 INFO [WorkbenchTestable][AbstractButton] Click button 12:04:26.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:26.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:26.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:26.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:26.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:04:26.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:26.345 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:26.350 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:26.351 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:26.351 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:26.351 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:26.351 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:26.351 INFO [main][AbstractShell] Close shell Testing shell 12:04:26.351 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:26.358 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:26.358 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:26.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:26.358 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:26.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.379 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:26.379 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:26.379 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:26.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:26.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:26.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:26.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 "PUSH-BUTTON0") 12:04:26.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:26.419 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 12:04:26.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:26.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:26.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:26.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:26.420 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 12:04:26.420 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.420 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:26.421 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:26.421 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:26.422 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:26.422 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:26.422 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:26.422 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:26.422 INFO [main][AbstractShell] Close shell Testing shell 12:04:26.422 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:26.429 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:26.429 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:26.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:26.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:26.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.436 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:26.436 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:26.436 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:26.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:26.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:26.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:26.453 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) 12:04:26.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:26.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:26.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:04:26.480 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 12:04:26.480 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1 12:04:26.480 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 12:04:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:26.480 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:26.480 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:26.480 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 12:04:26.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:26.481 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:26.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 12:04:26.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:26.482 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 12:04:26.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:26.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:26.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:26.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:26.483 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 12:04:26.483 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed 12:04:26.483 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:26.483 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:26.483 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:26.483 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:26.483 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:26.483 INFO [main][AbstractShell] Close shell Testing shell 12:04:26.483 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:26.489 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:26.490 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:26.490 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.490 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:26.490 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:26.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:26.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:26.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:26.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:26.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:26.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:26.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:26.533 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) 12:04:26.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:26.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:26.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:26.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:04:26.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:04:27.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:04:27.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:04:27.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:04:27.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:04:27.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:27.560 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 12:04:27.560 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:27.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 12:04:27.560 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:27.560 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:27.560 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:27.560 INFO [main][AbstractShell] Close shell Testing shell 12:04:27.560 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:27.567 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:27.567 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:27.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:27.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:27.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:27.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:27.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:27.573 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:27.574 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:27.574 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:27.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:27.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:27.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:27.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:27.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 12:04:27.602 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:27.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:27.623 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:27.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:27.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:27.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:27.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:28.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:28.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:28.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:28.627 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:04:28.627 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:28.628 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:28.628 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:28.628 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:28.628 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:28.628 INFO [main][AbstractShell] Close shell Testing shell 12:04:28.628 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:28.637 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:28.637 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:28.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:28.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:28.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:28.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:28.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:28.665 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:28.665 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:28.665 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:28.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:28.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:28.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:28.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:28.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 "PUSH-BUTTON0") 12:04:28.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:28.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:28.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:28.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:28.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:28.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:28.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:28.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:28.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:28.722 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 12:04:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:28.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:28.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:28.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:04:28.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:28.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:28.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:28.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:28.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:28.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:28.723 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:28.724 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:28.724 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:28.724 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:28.725 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:28.725 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:28.725 INFO [main][AbstractShell] Close shell Testing shell 12:04:28.725 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:28.733 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:28.733 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:28.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:28.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:28.733 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:28.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:28.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:28.742 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:28.742 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:28.743 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:28.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:28.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:28.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:28.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:28.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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') 12:04:28.775 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:28.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:28.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:28.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:28.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:28.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:28.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:04:28.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:04:28.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:04:28.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:28.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:28.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:28.799 INFO [WorkbenchTestable][AbstractButton] Click button 12:04:28.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:28.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:28.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:28.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:28.799 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 12:04:28.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:28.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:28.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:28.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:28.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:28.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:28.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:28.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:28.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:28.800 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:28.800 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:28.801 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:28.801 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:28.801 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:28.801 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:28.801 INFO [main][AbstractShell] Close shell Testing shell 12:04:28.801 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:28.807 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:28.807 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:28.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:28.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:28.807 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:28.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:28.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:28.826 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:28.827 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:28.827 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:28.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:28.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:28.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:28.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:28.843 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) 12:04:28.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:28.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:28.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:28.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:28.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:28.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:28.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:28.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:28.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:28.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:04:28.869 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 12:04:28.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:28.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:28.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:28.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:28.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:04:28.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:28.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:28.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:28.870 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:28.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:28.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:28.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:28.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:28.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:28.870 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:28.871 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:28.871 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:28.871 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:28.872 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:28.872 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:28.872 INFO [main][AbstractShell] Close shell Testing shell 12:04:28.872 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:28.879 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:28.879 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:28.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:28.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:28.879 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:28.899 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:28.900 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:28.900 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:28.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:28.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:28.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:28.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:28.917 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) 12:04:28.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:28.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:28.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:28.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:28.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:04:28.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:04:29.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:04:29.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:04:29.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:04:29.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:04:29.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:29.946 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 12:04:29.946 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:29.946 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:29.946 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:29.946 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:29.946 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:29.946 INFO [main][AbstractShell] Close shell Testing shell 12:04:29.946 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:29.953 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:29.953 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:29.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:29.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:29.953 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:29.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:29.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:29.960 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:29.960 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:29.960 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:29.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:29.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:29.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:29.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:29.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_KL2FG") 12:04:29.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:30.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:30.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:30.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:30.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:30.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:30.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:30.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:30.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:30.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:31.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:31.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:31.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:31.006 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:04:31.006 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:31.006 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:31.006 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:31.006 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:31.006 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:31.006 INFO [main][AbstractShell] Close shell Testing shell 12:04:31.006 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:31.013 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:31.013 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:31.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:31.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:31.013 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:31.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:31.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:31.020 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:31.020 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:31.020 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:31.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:31.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:31.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:31.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:31.037 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) 12:04:31.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:31.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:31.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:31.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:31.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:31.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:31.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:04:31.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:04:31.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:04:31.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:04:32.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:04:32.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:04:32.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:32.066 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 12:04:32.066 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:32.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 12:04:32.066 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:32.066 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:32.066 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:32.066 INFO [main][AbstractShell] Close shell Testing shell 12:04:32.066 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:32.073 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:32.073 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:32.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:32.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:32.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:32.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:32.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:32.092 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:32.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:32.092 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:32.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:32.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:32.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:32.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:32.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 "NON_EXISTING_#$SDFF@S") 12:04:32.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:32.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:32.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:32.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:32.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:32.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:32.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:32.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:32.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:32.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:33.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:33.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:33.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:33.134 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:04:33.134 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:33.134 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:33.134 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:33.134 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:33.134 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:33.134 INFO [main][AbstractShell] Close shell Testing shell 12:04:33.134 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:33.141 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:33.141 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:33.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:33.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:33.141 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:33.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:33.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:33.162 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:33.162 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:33.162 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:33.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:33.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:33.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:33.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:33.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 12:04:33.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:33.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:33.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:33.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:33.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:33.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:33.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:33.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:33.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:33.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:33.204 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 12:04:33.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:33.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:33.204 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:33.204 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:33.204 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 12:04:33.204 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:33.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:33.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:33.204 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:33.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:33.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:33.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:33.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:33.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:33.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:33.205 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:33.206 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:33.206 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:33.206 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:33.206 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:33.206 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:33.206 INFO [main][AbstractShell] Close shell Testing shell 12:04:33.206 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:33.212 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:33.213 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:33.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:33.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:33.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:33.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:33.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:33.220 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:33.220 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:33.220 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:33.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:33.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:33.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:33.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:33.237 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) 12:04:33.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:33.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:33.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:33.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:33.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:33.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:33.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 12:04:33.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 12:04:33.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 12:04:33.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 12:04:34.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 12:04:34.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 12:04:34.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:34.268 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found 12:04:34.268 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:34.268 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:34.268 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:34.268 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:34.268 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:34.268 INFO [main][AbstractShell] Close shell Testing shell 12:04:34.268 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:34.275 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:34.275 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:34.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:34.275 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:34.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.295 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.295 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:34.295 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:34.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:34.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:34.311 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) 12:04:34.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:34.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:34.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:04:34.337 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1 12:04:34.337 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 12:04:34.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:34.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:34.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:34.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:34.338 TRACE [main][WidgetHandler] Notify Button with event 27 12:04:34.338 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.338 TRACE [main][WidgetHandler] Notify Button with event 13 12:04:34.338 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.338 TRACE [main][WidgetHandler] Notify Button with event 26 12:04:34.338 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.338 TRACE [main][WidgetHandler] Notify Button with event 3 12:04:34.338 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.338 TRACE [main][WidgetHandler] Notify Button with event 4 12:04:34.338 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.338 TRACE [main][WidgetHandler] Notify Button with event 13 12:04:34.338 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.338 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 12:04:34.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:34.339 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:34.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) 12:04:34.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:34.341 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 12:04:34.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:34.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:34.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:34.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:34.341 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed 12:04:34.341 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:34.342 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:34.342 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:34.342 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:34.342 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:34.342 INFO [main][AbstractShell] Close shell Testing shell 12:04:34.342 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:34.349 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:34.349 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:34.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:34.350 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:34.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.358 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:34.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:34.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:34.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:34.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, with key 'buttonTestId' and value 'PUSH-BUTTON#2') 12:04:34.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:04:34.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:04:34.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:04:34.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:34.420 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 12:04:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:34.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:34.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:34.420 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 12:04:34.420 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.420 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:34.421 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:34.422 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:34.422 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:34.422 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:34.423 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:34.423 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:34.423 INFO [main][AbstractShell] Close shell Testing shell 12:04:34.423 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:34.431 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:34.431 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:34.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:34.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:34.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.456 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.456 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:34.456 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:34.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:34.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:34.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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') 12:04:34.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:04:34.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:04:34.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:34.498 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 12:04:34.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:34.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:34.499 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:34.499 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:34.499 TRACE [main][WidgetHandler] Notify Button with event 27 12:04:34.499 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.499 TRACE [main][WidgetHandler] Notify Button with event 13 12:04:34.499 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.499 TRACE [main][WidgetHandler] Notify Button with event 26 12:04:34.499 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.499 TRACE [main][WidgetHandler] Notify Button with event 3 12:04:34.499 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.499 TRACE [main][WidgetHandler] Notify Button with event 4 12:04:34.499 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.499 TRACE [main][WidgetHandler] Notify Button with event 13 12:04:34.499 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.499 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 12:04:34.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:34.500 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:34.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 12:04:34.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:34.502 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) 12:04:34.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.503 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:04:34.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:04:34.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:04:34.503 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:34.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 12:04:34.503 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:34.504 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:34.504 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:34.504 INFO [main][AbstractShell] Close shell Testing shell 12:04:34.504 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:34.510 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:34.510 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:34.510 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.510 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:34.510 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:34.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:34.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:34.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:34.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:34.548 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) 12:04:34.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:34.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:34.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:04:34.574 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 12:04:34.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:34.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:34.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:34.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:34.574 TRACE [main][WidgetHandler] Notify Button with event 27 12:04:34.574 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.574 TRACE [main][WidgetHandler] Notify Button with event 13 12:04:34.574 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.574 TRACE [main][WidgetHandler] Notify Button with event 26 12:04:34.574 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.574 TRACE [main][WidgetHandler] Notify Button with event 3 12:04:34.574 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.574 TRACE [main][WidgetHandler] Notify Button with event 4 12:04:34.574 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.575 TRACE [main][WidgetHandler] Notify Button with event 13 12:04:34.575 TRACE [main][WidgetHandler] Wait for synchronization 12:04:34.575 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 12:04:34.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.575 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.575 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:34.576 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:34.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 12:04:34.577 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.577 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:34.578 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) 12:04:34.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:04:34.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:04:34.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:04:34.579 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:34.579 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:34.579 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:34.580 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:34.580 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:34.580 INFO [main][AbstractShell] Close shell Testing shell 12:04:34.580 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:34.586 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:34.586 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:34.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:34.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:34.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.605 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.605 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:34.605 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:34.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:34.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:34.623 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) 12:04:34.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:04:34.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:04:34.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:04:34.647 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 12:04:34.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:34.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:34.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:34.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:34.648 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 12:04:34.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:34.649 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:34.650 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:34.650 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:34.650 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:34.651 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:34.651 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:34.651 INFO [main][AbstractShell] Close shell Testing shell 12:04:34.651 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:34.657 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:34.657 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:34.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:34.657 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.664 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.664 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:34.664 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:34.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:34.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:34.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 8) 12:04:34.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:04:34.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:04:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:04:34.711 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 12:04:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:34.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:34.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:34.712 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 12:04:34.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:34.713 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:34.713 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:34.714 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:34.714 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:34.714 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:34.714 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:34.714 INFO [main][AbstractShell] Close shell Testing shell 12:04:34.714 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:34.720 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:34.721 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:34.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:34.721 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:34.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.742 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.742 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:34.742 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:34.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:34.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:34.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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') 12:04:34.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:04:34.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:04:34.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:34.783 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 12:04:34.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:34.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:34.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:34.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:34.784 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 12:04:34.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:34.785 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:34.786 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:34.786 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:34.786 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:34.786 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:34.786 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:34.786 INFO [main][AbstractShell] Close shell Testing shell 12:04:34.786 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:34.792 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:34.792 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:34.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:34.792 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.828 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.828 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:34.828 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:34.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:34.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:34.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:34.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:34.845 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) 12:04:34.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:34.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:34.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:34.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:34.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:34.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:04:34.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:04:35.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:04:35.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:04:35.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:04:35.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:04:35.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:35.871 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 12:04:35.871 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:35.872 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:35.872 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:35.872 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:35.872 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:35.872 INFO [main][AbstractShell] Close shell Testing shell 12:04:35.872 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:35.878 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:35.878 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:35.878 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:35.878 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:35.879 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:35.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:35.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:35.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:35.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:35.885 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:35.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:35.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:35.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:35.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:35.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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@") 12:04:35.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:35.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:35.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:35.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:35.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:35.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:35.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:35.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:36.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:36.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:36.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:36.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:36.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:36.941 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:04:36.941 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:36.942 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:36.942 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:36.942 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:36.942 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:36.942 INFO [main][AbstractShell] Close shell Testing shell 12:04:36.942 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:36.951 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:36.951 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:36.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:36.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:36.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:36.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:36.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:36.971 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:36.971 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:36.971 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:36.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:36.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:36.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:36.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:36.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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') 12:04:36.988 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:37.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:37.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:37.010 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:37.010 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:37.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:37.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:37.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:04:37.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:04:37.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:04:37.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:37.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:37.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:37.010 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 12:04:37.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:37.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:37.011 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:37.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:37.011 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 12:04:37.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:37.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:37.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:37.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:37.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:37.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:37.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:37.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:37.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:37.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:37.011 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:37.012 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:37.012 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:37.012 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:37.013 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:37.013 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:37.013 INFO [main][AbstractShell] Close shell Testing shell 12:04:37.013 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:37.019 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:37.019 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:37.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:37.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:37.019 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:37.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:37.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:37.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:04:37.039 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:04:37.039 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:37.039 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:37.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:37.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.946 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.055 s findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.062 s findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.056 s findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.097 s findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.057 s toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.08 s findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.057 s findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.091 s findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.077 s findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.083 s findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.072 s findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.059 s findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.06 s findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.072 s findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.07 s findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.058 s findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.075 s toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.063 s findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.098 s findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.074 s findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.074 s findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.059 s findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.078 s findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.086 s findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.057 s findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.086 s findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.068 s Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:04:37.046 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:04:37.046 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:04:37.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:37.047 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:04:37.047 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:37.047 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:04:37.047 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:37.047 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:04:37.047 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:37.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:37.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 12:04:37.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:04:37.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:37.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:37.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:37.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 12:04:37.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:37.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:37.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:37.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:37.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:37.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:37.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:38.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:38.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:04:38.094 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:04:38.095 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.095 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:38.095 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.095 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.095 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.095 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.095 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.103 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.103 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:04:38.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.123 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 12:04:38.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.123 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 12:04:38.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:04:38.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:04:38.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:38.170 INFO [WorkbenchTestable][AbstractButton] Click button &OK 12:04:38.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:38.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:38.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:38.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:38.171 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 12:04:38.171 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:38.172 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:38.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 12:04:38.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:38.179 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel 12:04:38.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:38.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:38.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:38.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:38.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 "Next >", Widget matcher matching widgets with style: 8) 12:04:38.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:38.182 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:04:38.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:38.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:38.183 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:38.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:38.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 12:04:38.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:38.185 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 12:04:38.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:38.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:38.185 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:38.185 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:38.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 12:04:38.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:38.187 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 12:04:38.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:38.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:38.187 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:38.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:38.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 12:04:38.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:38.189 INFO [WorkbenchTestable][AbstractButton] Click button &No 12:04:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:38.189 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:38.189 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:38.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:04:38.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:38.194 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:04:38.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:38.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:38.194 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:38.194 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:38.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.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 12:04:38.194 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.194 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.194 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.194 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.194 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.203 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.203 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:04:38.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.204 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 12:04:38.225 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:04:38.225 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.225 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.181 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 1.075 s testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 0.102 s Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.230 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.231 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:04:38.231 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.231 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.231 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.231 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:04:38.232 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.232 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:04:38.232 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.232 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.232 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.246 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 12:04:38.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:38.271 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:38.275 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") 12:04:38.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.275 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.279 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 12:04:38.279 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 12:04:38.280 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.280 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.280 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.280 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.280 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") 12:04:38.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.282 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 12:04:38.282 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 12:04:38.282 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.282 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.282 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.282 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.282 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") 12:04:38.282 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.283 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 12:04:38.283 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 12:04:38.285 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.285 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.285 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.285 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.285 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") 12:04:38.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.286 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.286 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.287 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 12:04:38.287 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 12:04:38.287 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.287 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.287 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.287 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.287 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") 12:04:38.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.288 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.288 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 12:04:38.288 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 12:04:38.288 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.288 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.289 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.289 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.289 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") 12:04:38.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.289 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 12:04:38.289 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 12:04:38.289 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.289 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.289 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.289 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.289 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.290 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:38.290 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.290 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.290 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.290 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.290 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.294 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.294 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.294 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.301 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.301 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.301 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.325 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") 12:04:38.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.343 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") 12:04:38.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.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 12:04:38.344 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.344 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.344 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.344 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.344 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.348 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.348 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.349 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.349 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.349 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.355 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.355 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.356 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.376 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") 12:04:38.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.394 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 12:04:38.394 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.394 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:38.394 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.394 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.394 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.394 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.395 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.398 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.398 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.426 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.434 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") 12:04:38.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.452 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 12:04:38.452 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.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 12:04:38.452 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.452 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.452 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.452 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.452 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.456 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.457 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.463 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.463 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.464 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.471 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") 12:04:38.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.520 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") 12:04:38.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.522 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.522 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:38.522 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.522 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.522 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.522 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.522 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.527 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.527 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.534 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.535 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.556 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") 12:04:38.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.575 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") 12:04:38.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.576 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.576 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.577 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.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 12:04:38.577 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.577 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.577 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.577 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.577 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.582 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.582 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.629 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.629 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.629 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.636 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 12:04:38.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:38.645 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:38.645 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") 12:04:38.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.657 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 12:04:38.657 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 12:04:38.657 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.657 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.657 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.657 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.657 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 12:04:38.657 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 12:04:38.657 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.657 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.658 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.658 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.658 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.658 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:38.658 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.658 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.658 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.658 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.658 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.663 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.663 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:04:38.685 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:04:38.685 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.069 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.054 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.07 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.037 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.07 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.094 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.056 s Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.691 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.691 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:04:38.692 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.692 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.692 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.692 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:04:38.692 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.692 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:04:38.692 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.692 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.692 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:38.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:04:38.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:38.731 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:38.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 12:04:38.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.734 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 12:04:38.734 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 12:04:38.734 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.734 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.734 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.734 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.734 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 12:04:38.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.735 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:38.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 12:04:38.735 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 12:04:38.735 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 12:04:38.735 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.735 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.736 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.736 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.736 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 12:04:38.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:38.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:38.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 12:04:38.736 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 12:04:38.736 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 12:04:38.736 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.736 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.736 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.736 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.737 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 12:04:38.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.737 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 12:04:38.737 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 12:04:38.737 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.737 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.737 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.737 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.738 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 12:04:38.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:38.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 12:04:38.738 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 12:04:38.738 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 12:04:38.738 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.738 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.738 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.739 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.739 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 12:04:38.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:38.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:38.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 12:04:38.739 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 12:04:38.739 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 12:04:38.739 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:38.739 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.739 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:38.739 TRACE [main][WidgetHandler] Wait for synchronization 12:04:38.740 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.740 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:38.740 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.740 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.740 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.740 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.740 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.746 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.746 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.746 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.756 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:38.756 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.756 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:38.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.764 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") 12:04:38.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.808 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") 12:04:38.808 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.809 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.809 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.809 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.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 12:04:38.810 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.810 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.810 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.810 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.810 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.814 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.814 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.822 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:38.822 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.822 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:38.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.830 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 12:04:38.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.852 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 12:04:38.852 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.852 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:38.852 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.852 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.852 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.852 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.852 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.857 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.857 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.876 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:38.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.876 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:38.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.883 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 12:04:38.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.918 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 12:04:38.918 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.918 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:38.918 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.918 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.918 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.918 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.918 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.923 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.923 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.923 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.929 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:38.929 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.929 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:38.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:38.936 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 12:04:38.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:38.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:38.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:38.957 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 12:04:38.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:38.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.957 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:38.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:38.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:38.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:38.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:38.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:38.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 12:04:38.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:38.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:38.958 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:38.958 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:38.958 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:38.958 INFO [main][AbstractShell] Close shell Testing shell 12:04:38.958 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:38.962 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:38.963 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:38.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:38.963 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:38.982 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:38.983 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:38.983 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:38.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:38.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:38.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:38.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:39.008 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 12:04:39.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:39.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:39.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:39.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:39.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:39.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:04:39.026 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 12:04:39.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:39.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:39.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:39.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:04:39.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:04:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:39.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 12:04:39.027 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:39.027 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:39.027 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:39.027 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:39.027 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:39.027 INFO [main][AbstractShell] Close shell Testing shell 12:04:39.027 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:39.032 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:39.032 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:39.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:39.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:39.032 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:39.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:39.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:39.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:39.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:39.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:39.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:39.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:39.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:39.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:39.060 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 12:04:39.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:39.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:39.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:39.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:39.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:39.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:39.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:39.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:39.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:39.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:39.076 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:39.076 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 12:04:39.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:39.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:39.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:39.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:39.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:39.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:39.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:04:39.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:04:39.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:39.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found 12:04:39.077 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 12:04:39.077 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 12:04:39.077 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:39.077 TRACE [main][WidgetHandler] Wait for synchronization 12:04:39.078 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:39.078 TRACE [main][WidgetHandler] Wait for synchronization 12:04:39.078 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 12:04:39.078 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 12:04:39.078 TRACE [main][WidgetHandler] Notify Link with event 3 12:04:39.078 TRACE [main][WidgetHandler] Wait for synchronization 12:04:39.078 TRACE [main][WidgetHandler] Notify Link with event 4 12:04:39.078 TRACE [main][WidgetHandler] Wait for synchronization 12:04:39.078 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:39.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 12:04:39.078 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:39.078 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:39.078 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:39.078 INFO [main][AbstractShell] Close shell Testing shell 12:04:39.078 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:39.082 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:39.082 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:39.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:39.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:39.082 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:39.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:39.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:39.100 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:04:39.100 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:04:39.100 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:39.100 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:39.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:39.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.063 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.066 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.054 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.053 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.053 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.069 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.048 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:39.112 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:39.112 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:04:39.113 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:39.113 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:39.113 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:39.113 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:04:39.113 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:39.113 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:04:39.113 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:39.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:39.114 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:39.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:39.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:39.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:39.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:39.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 12:04:39.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:39.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:39.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:39.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:39.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:39.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:39.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:39.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:39.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:39.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:39.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:39.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:39.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:39.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:39.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:39.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:39.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:39.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:39.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:39.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:39.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:39.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:39.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:39.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:04:39.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:39.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:39.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:39.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:39.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:04:39.649 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:39.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:39.649 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:39.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:39.649 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:39.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:04:39.650 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:39.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:40.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:40.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:40.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:04:40.154 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:40.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:40.154 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:04:40.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:40.154 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:40.154 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:40.155 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:40.155 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:40.155 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:40.155 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:40.155 INFO [main][AbstractShell] Close shell Testing shell 12:04:40.155 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:40.161 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:40.162 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:40.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:40.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:40.162 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:40.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:40.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:40.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:40.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:40.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:40.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:40.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:40.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:40.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:40.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:40.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:40.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:40.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:40.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:40.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:40.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:40.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:40.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:40.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:40.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:40.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:40.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:40.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:40.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:40.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:40.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:40.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:40.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:40.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:40.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:40.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:40.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:40.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:40.221 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:40.221 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:40.221 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:40.222 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:40.222 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:40.222 INFO [main][AbstractShell] Close shell Testing shell 12:04:40.222 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:40.226 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:40.226 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:40.226 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:40.226 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:40.226 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:40.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:40.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:40.249 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:40.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:40.249 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:40.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:40.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:40.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:40.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:40.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:40.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:40.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:40.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:40.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:40.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:40.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:40.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:40.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:40.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:40.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:40.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:40.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:40.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:40.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:40.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:40.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:40.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:40.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:40.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:40.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:40.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:40.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:40.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:40.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:04:40.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:40.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:40.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:40.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:40.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:04:40.785 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:40.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:40.785 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:40.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:40.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:40.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:04:40.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:40.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:41.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:41.286 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:04:41.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:41.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:04:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:41.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:41.289 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:41.290 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:41.290 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:41.290 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:41.290 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:41.290 INFO [main][AbstractShell] Close shell Testing shell 12:04:41.290 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:41.294 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:41.294 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:41.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:41.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:41.294 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:41.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:41.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:41.316 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:41.316 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:41.316 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:41.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:41.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:41.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:41.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:41.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:41.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:41.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:41.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:41.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:41.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:41.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:41.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:41.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:41.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:41.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:41.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 12:04:41.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:41.361 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:41.361 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:41.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:41.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:41.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:04:41.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:41.862 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:04:41.864 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:41.864 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:41.864 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:04:41.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:42.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:42.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:04:42.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:42.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:42.368 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:04:42.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:42.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:42.368 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:42.368 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:42.368 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:42.369 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:42.369 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:42.369 INFO [main][AbstractShell] Close shell Testing shell 12:04:42.369 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:42.373 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:42.373 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:42.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:42.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:42.373 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:42.393 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:42.393 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:42.393 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:42.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:42.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:42.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:42.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:42.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:42.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:42.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:42.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:42.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:42.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:42.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:42.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:42.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:42.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:42.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:42.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:42.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:42.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:42.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:42.420 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:42.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:42.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:42.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:42.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:42.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:42.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:42.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:42.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:42.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:04:42.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:42.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:42.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:42.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:42.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:04:42.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:42.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:42.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:42.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:42.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:42.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:04:42.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:42.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:43.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:43.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:04:43.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:43.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:04:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:43.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:43.429 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:43.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 12:04:43.429 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:43.429 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:43.429 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:43.429 INFO [main][AbstractShell] Close shell Testing shell 12:04:43.430 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:43.434 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:43.434 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:43.434 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:43.434 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:43.434 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:43.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:43.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:43.441 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:43.441 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:43.441 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:43.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:43.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:43.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:43.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:43.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:43.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:43.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:43.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:43.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:43.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:43.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:43.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:43.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:43.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:43.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:43.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:43.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:43.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:43.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:43.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:43.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:43.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:43.481 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A 12:04:43.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:43.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:43.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:43.982 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:43.985 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:43.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 12:04:43.985 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:43.986 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:43.986 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:43.986 INFO [main][AbstractShell] Close shell Testing shell 12:04:43.986 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:43.990 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:43.990 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:43.990 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:43.990 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:43.990 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:44.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:44.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:44.011 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:44.011 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:44.012 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:44.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:44.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:44.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:44.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:44.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:44.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:44.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:44.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:44.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:44.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:44.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:44.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:44.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:44.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:44.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:44.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:44.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:44.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:44.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:44.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:44.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:44.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:44.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:44.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:44.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:44.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:44.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:44.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:44.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:04:44.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:44.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:44.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:44.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:44.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:04:44.548 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:44.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:44.548 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:44.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:44.548 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:44.551 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 12:04:44.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:44.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:44.552 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 12:04:45.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:45.052 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 12:04:45.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:45.055 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA 12:04:45.055 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA 12:04:45.056 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed 12:04:45.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:04:45.056 DEBUG [main][TreeEventsListener] Calling method treeCollapsed() 12:04:45.056 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA 12:04:45.057 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:45.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 12:04:45.057 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:45.058 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:45.058 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:45.058 INFO [main][AbstractShell] Close shell Testing shell 12:04:45.058 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:45.062 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:45.062 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:45.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:45.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:45.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:45.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:45.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:45.070 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:45.070 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:45.070 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:45.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:45.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:45.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:45.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:45.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:45.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:45.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:45.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:45.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:45.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:45.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:45.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:45.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:45.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:45.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:45.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:45.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:45.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:45.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:45.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:45.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:45.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:45.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:45.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:45.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:45.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:45.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:45.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:45.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:04:45.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:45.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:45.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:45.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:45.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:04:45.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:45.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:45.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:45.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:45.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:45.607 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 12:04:45.607 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA: 12:04:45.608 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:04:45.608 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 12:04:45.608 DEBUG [main][TreeEventsListener] It was check event: true 12:04:45.608 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA 12:04:45.609 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 12:04:45.609 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA: 12:04:45.609 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:04:45.609 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 12:04:45.609 DEBUG [main][TreeEventsListener] It was check event: true 12:04:45.609 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA 12:04:45.609 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:45.610 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:45.610 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:45.610 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:45.610 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:45.610 INFO [main][AbstractShell] Close shell Testing shell 12:04:45.610 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:45.614 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:45.614 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:45.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:45.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:45.614 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:45.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:45.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:45.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:45.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:45.621 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:45.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:45.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:45.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:45.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:45.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:45.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:45.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:45.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:45.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:45.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:45.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:45.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:45.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:45.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:45.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:45.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:45.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:45.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:45.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:45.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:45.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:45.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 12:04:45.661 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 12:04:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:46.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:46.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 12:04:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 12:04:46.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 12:04:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:46.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 12:04:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:46.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 12:04:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 12:04:46.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 12:04:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:46.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:46.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 12:04:46.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 12:04:46.671 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 12:04:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:46.671 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 12:04:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:46.671 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 12:04:46.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:46.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 12:04:46.671 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:46.672 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:46.672 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:46.672 INFO [main][AbstractShell] Close shell Testing shell 12:04:46.672 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:46.676 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:46.676 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:46.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:46.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:46.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:46.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:46.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:46.683 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:46.683 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:46.683 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:46.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:46.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:46.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:46.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:46.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:46.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:46.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:46.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:46.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:46.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:46.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:46.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:46.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:46.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:46.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:46.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:46.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:46.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:46.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:46.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:46.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:46.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:46.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:46.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:46.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:46.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:46.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:46.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:46.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:04:46.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:46.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:47.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:47.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:04:47.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:47.219 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:47.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:04:47.220 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:47.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:47.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:47.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:47.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:04:47.723 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:47.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:47.723 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:04:47.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:47.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:47.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:47.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:47.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:47.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:47.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:47.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:47.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:47.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:47.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:47.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:47.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:47.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:47.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:47.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children... 12:04:47.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:04:47.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:48.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:48.224 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:04:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully 12:04:48.225 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:04:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:48.225 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 12:04:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:48.225 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:04:48.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:48.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:48.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:48.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:48.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:48.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:48.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:04:48.226 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:48.226 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:48.226 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:04:48.226 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:48.226 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:48.226 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:04:48.226 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:48.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:04:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:48.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:04:48.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:48.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:04:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:48.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:48.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:48.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:48.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:48.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:48.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:48.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:48.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:48.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:48.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:48.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:48.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:48.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:48.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:48.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:04:48.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:48.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:48.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:04:48.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:48.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:48.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:48.229 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:04:48.229 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:04:48.230 DEBUG [main][TreeItemHandler] Set Tree selection 12:04:48.231 DEBUG [main][TreeHandler] Notify Tree about selection event 12:04:48.231 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 12:04:48.231 DEBUG [main][TreeEventsListener] It was check event: false 12:04:48.231 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:04:48.231 DEBUG [WorkbenchTestable][TreeItemHandler] AAA 12:04:48.231 DEBUG [WorkbenchTestable][TreeItemHandler] BB 12:04:48.231 DEBUG [WorkbenchTestable][TreeItemHandler] AAB 12:04:48.231 DEBUG [WorkbenchTestable][TreeItemHandler] C 12:04:48.232 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items 12:04:48.232 DEBUG [main][TreeHandler] Unselect all tree items 12:04:48.232 DEBUG [main][TreeHandler] Notify Tree about selection event 12:04:48.232 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 12:04:48.232 DEBUG [main][TreeEventsListener] It was check event: false 12:04:48.232 INFO [WorkbenchTestable][TreeHandler] All tree items unselected 12:04:48.233 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:48.233 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:48.233 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:48.233 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:48.233 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:48.233 INFO [main][AbstractShell] Close shell Testing shell 12:04:48.233 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:48.238 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:48.238 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:48.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:48.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:48.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:48.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:48.245 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:48.245 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:48.245 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:48.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:48.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:48.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:48.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:48.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 12:04:48.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:48.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:48.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:48.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:48.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:48.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:48.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:48.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:48.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:48.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:48.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:48.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:48.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:48.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:48.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:48.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:48.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:48.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:48.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:48.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:48.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:48.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:48.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:48.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:48.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:48.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:48.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:48.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:04:48.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:48.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:49.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:49.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:49.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:04:49.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:49.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:49.291 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:04:49.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:49.291 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:49.292 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:49.292 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:49.292 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:49.292 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:49.292 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:49.292 INFO [main][AbstractShell] Close shell Testing shell 12:04:49.292 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:49.296 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:49.297 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:49.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:49.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:49.297 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:49.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:49.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:49.322 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:49.322 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:49.322 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:49.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:49.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:49.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:49.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:49.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:49.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:49.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:49.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:49.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:49.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:49.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:49.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:49.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:49.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:49.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:49.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:49.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:49.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:49.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:49.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:49.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:49.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:49.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:49.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:49.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:49.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:49.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:49.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:49.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:04:49.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:49.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:49.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:49.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:49.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:04:49.869 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:49.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:49.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:49.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:49.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:49.871 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:49.871 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:49.871 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:49.871 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:49.871 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:49.871 INFO [main][AbstractShell] Close shell Testing shell 12:04:49.871 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:49.875 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:49.875 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:49.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:49.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:49.876 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:49.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:49.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:49.882 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:49.882 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:49.882 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:49.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:49.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:49.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:49.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:49.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 12:04:49.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:49.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:49.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:49.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:49.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:49.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:49.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:49.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:49.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:49.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:49.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:49.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:49.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:49.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:49.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:49.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:49.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:04:49.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:50.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:50.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:50.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:04:50.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:50.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:50.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:50.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:50.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:50.428 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 12:04:50.428 DEBUG [main][TreeItemHandler] Selecting tree item: AA 12:04:50.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 12:04:50.428 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 12:04:50.428 DEBUG [main][TreeEventsListener] It was check event: false 12:04:50.428 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 12:04:50.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:50.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:50.429 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:50.429 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:50.429 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:50.429 INFO [main][AbstractShell] Close shell Testing shell 12:04:50.429 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:50.433 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:50.433 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:50.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:50.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:50.433 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:50.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:50.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:50.440 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:50.440 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:50.440 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:50.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:50.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:50.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:50.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:50.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 12:04:50.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:50.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:50.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:50.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:50.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:50.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:50.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:50.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:50.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:50.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:50.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:50.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:50.477 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:50.477 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:50.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:50.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:50.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:04:50.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:50.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:50.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:50.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:50.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:04:50.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:50.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:50.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:50.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:50.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:50.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:04:50.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:50.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:51.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:51.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:51.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:04:51.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:04:51.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:51.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:04:51.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:51.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:04:51.484 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:51.484 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:51.484 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:51.485 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:51.485 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:51.485 INFO [main][AbstractShell] Close shell Testing shell 12:04:51.485 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:51.489 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:51.489 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:51.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:51.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:51.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:51.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:51.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:51.495 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:51.495 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:51.495 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:51.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:51.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:51.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:51.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:51.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 12:04:51.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:51.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:51.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:51.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:51.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:51.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:51.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:51.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:51.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:51.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:51.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:51.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:51.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:51.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:51.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:51.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:51.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:51.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:51.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:51.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:51.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:51.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:51.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:51.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:04:51.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:51.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:52.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:52.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:52.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:04:52.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:52.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:52.090 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:52.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:52.093 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:52.163 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA 12:04:52.174 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 12:04:52.176 DEBUG [main][TreeItemHandler] Selecting tree item: AA 12:04:52.176 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 12:04:52.193 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 12:04:52.193 DEBUG [main][TreeEventsListener] It was check event: false 12:04:52.193 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 12:04:52.193 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:52.200 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:52.201 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8 12:04:52.201 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired 12:04:52.202 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected() 12:04:52.202 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:52.203 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:04:52.203 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:04:52.203 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:04:52.203 DEBUG [main][AbstractWait] Waiting until shell is active... 12:04:52.203 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:04:52.203 INFO [main][AbstractShell] Close shell Testing shell 12:04:52.203 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:04:52.209 DEBUG [main][AbstractWait] Waiting while shell is available... 12:04:52.209 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:04:52.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:52.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:52.209 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:52.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:52.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:52.247 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:52.247 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:52.247 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:04:52.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:04:52.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:52.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:52.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:52.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:52.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:52.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:52.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:52.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:52.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:52.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:52.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:52.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:52.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:52.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:52.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:52.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:52.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:52.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:52.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:52.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:52.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:52.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:52.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:52.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:52.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:52.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:52.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:52.280 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 12:04:52.280 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:04:52.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:52.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:52.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:52.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:52.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 12:04:52.782 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:04:52.782 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:52.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:53.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:53.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:53.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:53.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:53.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:53.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:54.284 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:04:54.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:54.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:54.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:54.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:54.785 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:54.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:55.285 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:55.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:55.286 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:55.786 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:04:55.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:55.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:55.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:55.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:55.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:55.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:55.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:55.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:55.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:55.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:56.287 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:04:56.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:56.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:56.287 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:56.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:56.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:56.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:56.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:56.287 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:56.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:56.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:56.788 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:04:56.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:56.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:56.788 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:56.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:56.788 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:56.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:56.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:56.788 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:56.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:56.788 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:57.288 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:04:57.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:57.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:57.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:57.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:57.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:57.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:57.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:57.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:57.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:57.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:57.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully 12:04:57.289 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:04:57.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:57.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:57.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:57.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:57.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:57.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:57.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:57.290 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:04:57.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:57.290 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:57.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:57.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:57.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:57.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:57.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:04:57.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:57.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:57.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:57.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:57.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:57.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:57.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:57.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:57.291 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 12:04:57.291 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:04:57.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:57.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:57.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:57.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:57.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 12:04:57.792 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:04:57.792 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:57.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:58.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:58.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:58.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:58.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:58.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:58.793 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:59.293 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:04:59.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:59.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:59.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:04:59.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:04:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:00.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:00.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:05:00.795 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:05:00.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:05:00.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:01.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:01.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:05:01.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:05:01.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:01.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:01.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:05:01.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown 12:05:01.797 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:01.797 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:01.797 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:01.797 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:01.797 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:01.797 INFO [main][AbstractShell] Close shell Testing shell 12:05:01.797 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:01.802 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:01.802 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:01.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:05:01.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:01.802 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:01.808 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:05:01.808 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:05:01.808 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:01.808 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.698 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.076 s testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.059 s testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.067 s testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.076 s testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.048 s getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.57 s testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.059 s testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.551 s testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.062 s testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.562 s getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.077 s testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.56 s testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.558 s testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.055 s testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.752 s testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 9.561 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:01.813 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:01.814 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:01.814 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:01.814 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:01.814 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:01.814 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:01.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:01.815 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:01.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:01.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:01.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:01.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:01.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:01.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:01.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:01.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:01.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:01.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:01.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:01.853 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:01.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:01.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:01.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:01.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:01.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:01.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:01.859 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:01.859 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:01.859 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:01.860 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:01.860 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:01.860 INFO [main][AbstractShell] Close shell Testing shell 12:05:01.860 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:01.864 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:01.864 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:01.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:01.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:01.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:01.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:01.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:01.883 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:01.883 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:01.883 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:01.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:01.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:01.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:01.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:01.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:01.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:01.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:01.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:01.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:01.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:01.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:01.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:01.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:01.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:01.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:01.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:01.909 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:01.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:01.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:01.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:01.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:01.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:01.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:01.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:01.910 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:01.911 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:01.911 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:01.911 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:01.911 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:01.911 INFO [main][AbstractShell] Close shell Testing shell 12:05:01.911 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:01.915 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:01.915 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:01.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:01.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:01.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:01.933 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:01.933 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:01.933 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:01.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:01.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:01.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:01.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:01.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:01.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:01.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:01.959 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:01.959 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:01.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:01.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:01.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:01.961 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:05:01.961 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:05:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:02.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:02.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:05:02.464 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:05:02.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:02.464 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:05:02.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:02.464 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:05:02.464 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 12:05:02.464 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:05:02.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:02.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:02.965 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:05:02.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:05:02.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:02.968 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:05:02.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:02.968 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:05:02.968 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 12:05:02.968 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 12:05:02.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:03.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:03.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 12:05:03.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 12:05:03.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:03.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:03.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 12:05:03.969 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 12:05:03.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 12:05:03.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:04.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:04.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 12:05:04.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 12:05:04.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:04.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:04.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 12:05:04.971 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 12:05:04.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:05:04.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:05.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:05.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:05:05.472 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:05:05.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:05.472 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 12:05:05.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:05.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:05:05.472 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 12:05:05.472 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 12:05:05.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:05.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:05.973 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 12:05:05.973 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 12:05:05.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:06.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:06.473 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 12:05:06.473 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 12:05:06.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 12:05:06.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:06.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:06.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 12:05:06.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 12:05:06.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:07.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:07.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 12:05:07.475 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:07.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 12:05:07.476 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:07.476 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:07.476 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:07.476 INFO [main][AbstractShell] Close shell Testing shell 12:05:07.476 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:07.480 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:07.480 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:07.480 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:07.480 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:07.481 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:07.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.486 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:07.486 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:07.487 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:07.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:07.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:07.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:07.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:07.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 12:05:07.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:07.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:07.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:07.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:07.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:07.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:07.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:07.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:07.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:07.519 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:07.519 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:07.519 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:07.519 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:07.519 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:07.519 INFO [main][AbstractShell] Close shell Testing shell 12:05:07.519 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:07.523 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:07.523 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:07.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:07.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:07.523 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:07.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:07.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:07.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:07.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:07.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:07.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:07.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:07.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:07.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:07.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:07.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:07.560 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:07.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 12:05:07.560 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:07.561 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:07.561 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:07.561 INFO [main][AbstractShell] Close shell Testing shell 12:05:07.561 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:07.564 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:07.564 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:07.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:07.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:07.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:07.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.571 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:07.571 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:07.571 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:07.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:07.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:07.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:07.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:07.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:07.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:07.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:07.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:07.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:07.619 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') 12:05:07.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:07.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.619 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:07.619 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:07.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 12:05:07.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:07.619 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:07.620 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:07.620 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:07.620 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:07.620 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:07.620 INFO [main][AbstractShell] Close shell Testing shell 12:05:07.620 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:07.624 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:07.624 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:07.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:07.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:07.624 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:07.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:07.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:07.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:07.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:07.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:07.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:07.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:07.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:07.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:07.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:07.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:07.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:07.660 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:07.660 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:07.660 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:07.660 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:07.660 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:07.660 INFO [main][AbstractShell] Close shell Testing shell 12:05:07.660 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:07.664 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:07.664 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:07.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:07.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:07.664 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:07.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.670 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:05:07.670 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:05:07.670 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:07.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:07.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.858 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.067 s testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.05 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.042 s testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.041 s testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.059 s testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.04 s Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:05:07.676 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:05:07.676 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:07.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:07.676 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:05:07.676 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:07.676 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:07.687 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:07.687 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:07.687 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:07.687 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:07.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 12:05:07.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:05:07.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:07.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:07.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:07.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:05:07.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:07.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:05:07.732 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 12:05:07.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:05:07.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:07.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:07.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:07.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:05:07.739 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:05:07.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:07.739 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:07.739 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:07.739 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:07.740 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:07.740 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:07.740 INFO [main][AbstractShell] Close shell Testing shell 12:05:07.740 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:07.743 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:07.743 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:07.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:05:07.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:07.743 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:07.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.763 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 12:05:07.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:07.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 12:05:07.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:05:07.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:07.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:07.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:07.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:05:07.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:07.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:07.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:07.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:05:07.785 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 12:05:07.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:05:07.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:07.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:07.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:07.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:05:07.786 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text 12:05:07.790 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:07.790 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:07.790 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:07.791 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:07.791 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:07.791 INFO [main][AbstractShell] Close shell Testing shell 12:05:07.791 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:07.794 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:07.794 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:07.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:05:07.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:07.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:07.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 12:05:07.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:07.833 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 12:05:07.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:05:07.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:07.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:07.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:07.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:05:07.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:07.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:07.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:07.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:05:07.847 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 12:05:07.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:05:07.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:07.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:07.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:07.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:05:07.848 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text 12:05:07.849 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:07.849 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:07.849 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:07.849 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:07.849 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:07.849 INFO [main][AbstractShell] Close shell Testing shell 12:05:07.849 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:07.852 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:07.853 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:07.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:05:07.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:07.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:07.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.880 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 12:05:07.880 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:05:07.880 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:07.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:07.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.076 s selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.069 s selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.047 s Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 12:05:07.885 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 12:05:07.886 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:07.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:07.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 12:05:07.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:07.887 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:07.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:07.887 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:07.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:07.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:07.887 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 12:05:07.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 12:05:07.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:07.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:07.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:07.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:07.929 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 12:05:07.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:07.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:07.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:07.930 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) 12:05:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:07.930 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:05:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:07.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:07.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:07.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 12:05:07.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 12:05:07.931 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) 12:05:07.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:07.932 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:05:07.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:07.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:07.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:07.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:07.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 12:05:07.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 12:05:07.933 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:07.933 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:07.933 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:07.933 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:07.933 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:07.933 INFO [main][AbstractShell] Close shell Testing shell 12:05:07.933 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:07.937 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:07.937 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:07.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 12:05:07.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:07.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:07.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:07.943 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 12:05:07.943 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 12:05:07.943 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:07.943 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:07.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:07.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) Time elapsed: 0.056 s Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:05:07.949 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:05:07.949 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:07.949 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:07.949 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:05:07.949 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:07.949 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:07.950 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:07.950 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:07.950 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:07.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:07.970 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 12:05:07.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:07.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:07.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:07.971 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:07.971 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:07.971 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:07.971 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:07.971 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:07.971 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:07.971 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:07.971 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:07.971 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:07.971 DEBUG [main][MenuItemLookup] Item match:Window 12:05:07.972 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:07.972 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:07.972 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:07.972 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:07.972 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:07.972 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:07.977 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:07.977 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:07.977 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:07.977 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:07.977 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:08.055 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 12:05:08.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:08.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:08.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:08.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:08.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:08.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:08.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 12:05:08.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:05:08.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:08.058 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:05:08.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:08.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:05:08.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 12:05:08.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:05:08.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:08.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:05:08.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:08.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:05:08.059 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 12:05:08.059 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 12:05:08.059 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 12:05:08.059 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 12:05:08.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:08.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:05:08.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.060 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:08.060 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:08.061 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:08.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:08.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:08.061 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:08.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:08.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:08.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:08.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:08.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:08.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.135 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:08.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 12:05:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:08.137 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:05:08.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:05:08.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:08.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:08.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:08.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:08.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:08.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 12:05:08.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:05:08.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:08.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:08.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:08.142 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') 12:05:08.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.151 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:05:08.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 12:05:08.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:05:08.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:05:08.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:08.152 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:08.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.153 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 12:05:08.153 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:08.153 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 12:05:08.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:05:08.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:08.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:08.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:08.153 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:") 12:05:08.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.153 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:05:08.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:05:08.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:05:08.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:08.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:08.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.154 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 12:05:08.154 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:05:08.154 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:08.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:08.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.012 s defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 12:05:08.159 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 12:05:08.159 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:08.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:08.160 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 12:05:08.160 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:08.160 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:08.160 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:08.160 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:08.160 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:08.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:08.161 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 12:05:08.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 12:05:08.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:08.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:08.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:08.174 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 12:05:08.174 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:08.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:05:08.185 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 12:05:08.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:08.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:05:08.186 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1 12:05:08.187 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 12:05:08.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.187 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:08.187 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:05:08.188 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 12:05:08.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:08.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:08.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:08.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 12:05:08.208 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2 12:05:08.211 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 12:05:08.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:08.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:08.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:08.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 12:05:08.214 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:") 12:05:08.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:08.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:05:08.215 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11 12:05:08.216 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:") 12:05:08.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:08.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:05:08.216 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:") 12:05:08.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:08.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:05:08.218 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22 12:05:08.218 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:") 12:05:08.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:08.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:05:08.219 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:08.219 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:08.219 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:08.220 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:08.220 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:08.220 INFO [main][AbstractShell] Close shell Testing shell 12:05:08.220 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:08.225 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:08.225 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:08.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 12:05:08.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:08.225 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.232 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 12:05:08.232 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 12:05:08.232 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:08.232 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:08.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) Time elapsed: 0.071 s Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:05:08.237 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:05:08.238 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:08.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:08.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:05:08.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:08.238 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:08.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:08.238 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:08.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:08.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:08.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 12:05:08.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:05:08.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:08.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:08.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:08.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:08.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.254 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:08.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 12:05:08.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:08.257 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:05:08.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:05:08.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:08.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:08.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:08.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:08.270 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 12:05:08.270 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 12:05:08.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:05:08.272 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:05:08.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:08.349 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 12:05:08.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:08.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:08.350 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:08.350 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:08.350 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:08.350 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:08.350 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:08.350 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:08.350 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:08.350 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:08.350 DEBUG [main][MenuItemLookup] Item match:Window 12:05:08.350 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:08.350 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:08.350 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:08.350 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:08.350 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:08.350 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:08.354 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:08.354 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:08.355 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:08.355 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:08.355 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:08.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:08.429 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 12:05:08.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:08.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:08.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:08.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:08.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:08.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:08.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 12:05:08.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:05:08.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:08.432 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:05:08.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:08.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:05:08.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 12:05:08.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:05:08.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:08.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:05:08.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:08.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:05:08.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 12:05:08.433 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 12:05:08.433 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 12:05:08.433 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 12:05:08.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:08.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:05:08.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:08.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:08.434 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:08.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:08.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:08.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:08.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:08.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:08.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:08.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:08.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:08.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:08.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.486 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:08.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 12:05:08.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:08.489 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:05:08.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:05:08.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:08.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:08.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:08.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:08.511 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') 12:05:08.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 12:05:08.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:08.511 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:08.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:05:08.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:08.511 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:08.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.512 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 12:05:08.512 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:08.512 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 12:05:08.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:05:08.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:08.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:08.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:08.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:08.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.519 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:08.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 12:05:08.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:08.521 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:05:08.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:05:08.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:08.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:08.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:08.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:08.533 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 12:05:08.533 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 12:05:08.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:05:08.534 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:05:08.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:08.561 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 12:05:08.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:08.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.562 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:08.562 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:08.562 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:08.562 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:08.562 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:08.562 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:08.562 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:08.562 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:08.562 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:08.562 DEBUG [main][MenuItemLookup] Item match:Window 12:05:08.563 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:08.563 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:08.563 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:08.563 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:08.563 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:08.563 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:08.566 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:08.566 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:08.567 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:08.567 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:08.567 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:08.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:08.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:08.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:08.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:08.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.654 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:08.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:08.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:08.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:08.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 12:05:08.655 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:05:08.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:08.655 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:05:08.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:08.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:05:08.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 12:05:08.655 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:05:08.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:08.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:05:08.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:08.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:05:08.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 12:05:08.656 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 12:05:08.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 12:05:08.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 12:05:08.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:08.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.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 "Open") 12:05:08.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:08.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:08.657 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:08.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:08.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:08.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:08.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:08.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:08.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:08.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:08.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:08.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:08.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.726 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:08.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 '\*?\QRedDeer SWT Controls\E') 12:05:08.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:08.742 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:05:08.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:05:08.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:08.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:08.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:08.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:08.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.746 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:08.747 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:08.747 DEBUG [main][MenuItemLookup] Item match:File 12:05:08.749 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:05:08.749 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:08.752 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:05:08.752 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:05:08.752 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:05:08.752 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:05:08.753 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:05:08.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 12:05:08.840 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 12:05:08.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:05:08.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.841 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 12:05:08.841 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:05:08.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:08.842 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:08.842 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue 12:05:08.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:05:08.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:05:08.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:08.845 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:05:08.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:08.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:08.845 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:08.845 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:08.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:05:08.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:08.865 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:08.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.865 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 12:05:08.865 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:08.865 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 12:05:08.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:05:08.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:08.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:08.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:08.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:08.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.876 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:08.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 12:05:08.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:08.878 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:05:08.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:05:08.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:08.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:08.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:08.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:08.880 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 12:05:08.880 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 12:05:08.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:05:08.881 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:05:08.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:08.927 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 12:05:08.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:08.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.928 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:08.928 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:08.928 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:08.928 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:08.928 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:08.928 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:08.928 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:08.928 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:08.928 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:08.928 DEBUG [main][MenuItemLookup] Item match:Window 12:05:08.929 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:08.929 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:08.929 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:08.929 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:08.929 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:08.929 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:08.932 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:05:08.932 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:05:08.932 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:08.932 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:05:08.932 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:08.932 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:05:08.932 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:08.932 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:08.932 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:08.933 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:05:08.933 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:08.933 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:05:08.933 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:05:08.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:08.933 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:08.933 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:08.933 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:08.933 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:08.933 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:08.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:08.989 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 12:05:08.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:08.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:08.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:08.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:08.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:08.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 12:05:08.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:05:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:08.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:05:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:08.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:05:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 12:05:08.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:05:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:08.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:05:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:08.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:05:08.992 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 12:05:08.992 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 12:05:08.992 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 12:05:08.993 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 12:05:08.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:08.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:05:08.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:08.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:08.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:08.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:08.994 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:08.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:08.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:08.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:08.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:09.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:09.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:09.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:09.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:09.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:09.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:09.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:09.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:09.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:05:09.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:09.052 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:05:09.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:05:09.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:09.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:09.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:09.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:09.054 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 12:05:09.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.064 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:05:09.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.064 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Original text") 12:05:09.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.064 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:05:09.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.065 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.065 INFO [WorkbenchTestable][AbstractText] Text set to: New text 12:05:09.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:05:09.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.065 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:05:09.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.065 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.065 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") 12:05:09.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.066 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:05:09.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.066 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.066 INFO [WorkbenchTestable][AbstractText] Text set to: Original text 12:05:09.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:05:09.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:09.066 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:09.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 12:05:09.067 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:05:09.067 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:09.067 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:09.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.83 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.273 s testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.353 s defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.202 s Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.080 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.081 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:09.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:09.081 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.081 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:09.081 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:09.081 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:09.081 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:09.082 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:09.082 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:09.082 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:09.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:09.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.150 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 12:05:09.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:09.150 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") 12:05:09.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.150 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:09.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.155 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.156 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.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 12:05:09.156 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:09.157 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:09.157 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:09.157 INFO [main][AbstractShell] Close shell Testing shell 12:05:09.157 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:09.165 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:09.165 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:09.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:09.165 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:09.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:09.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:09.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:09.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:09.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.232 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 12:05:09.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:09.232 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") 12:05:09.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.233 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:09.233 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.237 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.239 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.239 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:09.239 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:09.239 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:09.239 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:09.239 INFO [main][AbstractShell] Close shell Testing shell 12:05:09.239 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:09.248 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:09.248 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:09.248 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.248 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:09.248 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:09.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.256 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.256 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:09.256 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:09.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:09.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:09.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.297 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 12:05:09.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:09.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:09.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:09.297 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 12:05:09.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:09.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:09.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:09.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:05:09.298 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.298 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") 12:05:09.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:09.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.299 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.300 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") 12:05:09.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:09.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.303 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.303 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") 12:05:09.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:09.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.304 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.305 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.305 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:09.305 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:09.306 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:09.306 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:09.306 INFO [main][AbstractShell] Close shell Testing shell 12:05:09.306 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:09.315 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:09.315 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:09.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:09.315 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.323 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.323 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:09.323 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:09.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:09.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:09.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.364 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 12:05:09.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:09.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:09.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:09.364 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") 12:05:09.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:09.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.370 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.371 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.371 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:09.371 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:09.372 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:09.372 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:09.372 INFO [main][AbstractShell] Close shell Testing shell 12:05:09.372 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:09.380 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:09.380 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:09.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:09.380 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:09.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.388 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.388 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:09.388 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:09.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:09.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:09.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:09.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:09.438 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") 12:05:09.438 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:09.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.442 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.443 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 12:05:09.443 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.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 12:05:09.443 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:09.444 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:09.444 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:09.444 INFO [main][AbstractShell] Close shell Testing shell 12:05:09.444 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:09.452 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:09.452 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:09.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:09.452 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:09.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.460 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.460 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:09.460 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:09.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:09.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:09.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.516 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 12:05:09.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:09.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:09.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:09.516 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*") 12:05:09.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:09.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.524 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.525 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.525 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:09.525 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:09.526 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:09.526 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:09.526 INFO [main][AbstractShell] Close shell Testing shell 12:05:09.526 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:09.535 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:09.535 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:09.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:09.535 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:09.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.543 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.543 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:09.543 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:09.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:09.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:09.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.584 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 12:05:09.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:09.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:09.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:09.584 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") 12:05:09.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:09.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.610 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.614 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.614 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:09.614 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:09.615 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:09.615 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:09.615 INFO [main][AbstractShell] Close shell Testing shell 12:05:09.615 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:09.624 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:09.624 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:09.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:09.624 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:09.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:09.639 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:09.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:09.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:09.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.676 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 12:05:09.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:09.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:09.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:09.676 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") 12:05:09.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:09.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.683 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.684 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.684 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:09.684 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:09.684 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:09.685 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:09.685 INFO [main][AbstractShell] Close shell Testing shell 12:05:09.685 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:09.693 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:09.693 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:09.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:09.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.700 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.700 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:09.701 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:09.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:09.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:09.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.743 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 12:05:09.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:09.743 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") 12:05:09.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:09.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.744 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.745 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.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 12:05:09.745 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:09.746 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:09.746 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:09.746 INFO [main][AbstractShell] Close shell Testing shell 12:05:09.746 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:09.754 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:09.754 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:09.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:09.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:09.762 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:09.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:09.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:09.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:09.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:09.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:09.801 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 12:05:09.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:09.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:09.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:09.802 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") 12:05:09.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:09.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:09.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:09.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:09.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:09.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:09.804 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.805 INFO [WorkbenchTestable][AbstractText] Type text not so funny text 12:05:09.805 INFO [WorkbenchTestable][AbstractText] Text set to: 12:05:09.805 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:09.805 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events 12:05:09.808 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text" 12:05:09.867 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:09.867 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 12:05:10.470 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:10.470 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 12:05:11.071 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:11.071 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:05:11.672 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:11.672 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 12:05:12.273 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:12.273 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:05:12.874 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:12.875 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 12:05:13.475 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:13.475 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 12:05:14.076 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:14.076 INFO [WorkbenchTestable][Keyboard] As char:f, as int:102 12:05:14.678 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:14.678 INFO [WorkbenchTestable][Keyboard] As char:u, as int:117 12:05:15.279 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:15.279 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 12:05:15.880 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:15.880 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 12:05:16.481 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:16.481 INFO [WorkbenchTestable][Keyboard] As char:y, as int:121 12:05:17.082 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:17.082 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 12:05:17.683 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:17.683 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:05:18.284 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:18.284 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:05:18.885 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:18.885 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 12:05:19.487 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:05:19.487 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:05:20.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 12:05:20.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:20.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:20.091 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:20.091 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.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 12:05:20.091 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:20.092 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:20.092 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:20.092 INFO [main][AbstractShell] Close shell Testing shell 12:05:20.092 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:20.101 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:20.101 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:20.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:20.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:20.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.117 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.117 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:20.117 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:20.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:20.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:20.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.170 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 12:05:20.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:20.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:20.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:20.170 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") 12:05:20.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:20.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:20.173 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:20.174 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 12:05:20.175 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") 12:05:20.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.175 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:20.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:20.180 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:20.180 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.180 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:20.180 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:20.181 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:20.181 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:20.181 INFO [main][AbstractShell] Close shell Testing shell 12:05:20.181 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:20.189 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:20.189 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:20.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:20.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:20.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.202 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.202 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:20.202 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:20.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:20.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:20.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.253 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 12:05:20.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:20.253 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?") 12:05:20.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.253 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:20.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:20.266 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:20.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:20.267 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:20.268 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:20.268 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:20.268 INFO [main][AbstractShell] Close shell Testing shell 12:05:20.268 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:20.278 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:20.278 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:20.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:20.278 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:20.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.286 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.286 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:20.287 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:20.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:20.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:20.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.340 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 12:05:20.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:20.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:20.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:20.340 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 *") 12:05:20.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:20.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:20.347 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:20.348 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.348 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:20.348 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:20.349 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:20.349 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:20.349 INFO [main][AbstractShell] Close shell Testing shell 12:05:20.349 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:20.357 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:20.358 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:20.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:20.358 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:20.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.365 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.365 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:20.366 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:20.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:20.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:20.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.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 12:05:20.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:20.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:20.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:20.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 label2") 12:05:20.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:20.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:20.426 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:20.427 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.427 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:20.427 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:20.427 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:20.427 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:20.427 INFO [main][AbstractShell] Close shell Testing shell 12:05:20.427 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:20.436 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:20.436 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:20.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:20.436 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:20.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:20.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:20.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:20.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:20.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.490 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 12:05:20.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:20.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:20.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:20.490 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") 12:05:20.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:20.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:20.498 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:20.499 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.499 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:20.499 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:20.499 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:20.499 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:20.499 INFO [main][AbstractShell] Close shell Testing shell 12:05:20.499 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:20.507 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:20.507 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:20.508 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.508 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:20.508 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:20.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:20.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:20.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:20.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:20.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:20.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:20.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 12:05:20.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:20.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:20.564 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:20.565 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.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 12:05:20.565 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:20.565 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:20.565 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:20.565 INFO [main][AbstractShell] Close shell Testing shell 12:05:20.565 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:20.574 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:20.574 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:20.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:20.574 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:20.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.582 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.582 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:20.582 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:20.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:20.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:20.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:20.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:20.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:20.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:20.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormCLabel") 12:05:20.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:20.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:20.630 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:20.631 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.631 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:20.631 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:20.631 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:20.631 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:20.631 INFO [main][AbstractShell] Close shell Testing shell 12:05:20.631 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:20.640 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:20.640 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:20.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:20.640 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:20.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.648 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:05:20.648 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:05:20.648 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:20.648 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:20.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.569 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.091 s findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.083 s setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.067 s findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.065 s setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.072 s findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.083 s getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.095 s findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.061 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.355 s setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.085 s findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.084 s findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.078 s findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.078 s findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.072 s findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.066 s findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.066 s Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:05:20.654 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:05:20.655 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:20.655 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:20.655 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:05:20.655 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:20.655 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:20.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:20.659 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:20.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:20.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.661 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate. 12:05:20.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:20.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:20.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:20.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:20.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 12:05:20.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:20.677 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:05:20.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:05:20.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:20.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:20.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:20.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:20.679 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:20.679 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 12:05:20.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:05:20.680 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:20.680 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:20.680 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:20.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.704 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 12:05:20.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:20.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:20.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:20.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:05:20.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.708 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:20.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:05:20.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.727 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 12:05:20.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:05:20.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:20.727 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:20.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.727 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 12:05:20.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:20.728 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 12:05:20.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:05:20.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:20.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:20.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:20.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.742 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 12:05:20.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:05:20.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:20.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:20.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 12:05:20.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:20.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:05:20.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.755 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 12:05:20.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:05:20.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:20.755 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.756 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 12:05:20.756 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:20.756 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 12:05:20.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:05:20.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:20.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:20.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:20.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:05:20.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.756 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:05:20.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:05:20.757 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") 12:05:20.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.758 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:05:20.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:20.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:20.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:05:20.758 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text 12:05:20.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:20.809 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 12:05:20.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:05:20.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:20.809 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:20.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.809 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 12:05:20.810 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:05:20.810 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:20.810 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.048 s defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.028 s defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.053 s Running org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:20.814 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:20.815 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:20.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:20.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:20.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:20.815 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:20.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:20.816 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:20.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:20.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:20.816 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:05:20.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:20.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:20.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:20.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:20.824 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) 12:05:20.824 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:20.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:20.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:20.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:05:20.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 12:05:21.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:05:21.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 12:05:21.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:05:21.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 12:05:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:05:21.840 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found 12:05:21.840 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:21.840 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:21.840 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:21.840 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:21.841 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:21.841 INFO [main][AbstractShell] Close shell Testing shell 12:05:21.841 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:21.845 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:21.845 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:21.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:21.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:21.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:21.853 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:05:21.853 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:21.853 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:05:21.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:21.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:21.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:21.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:21.860 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) 12:05:21.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:21.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:21.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:21.874 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:21.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:21.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:21.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:21.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:21.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:21.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 12:05:21.875 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) 12:05:21.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:21.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:21.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:21.875 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:21.875 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:21.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:21.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:21.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:21.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:21.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 12:05:21.875 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:21.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 12:05:21.875 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:21.875 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:21.875 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:21.875 INFO [main][AbstractShell] Close shell Testing shell 12:05:21.875 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:21.879 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:21.879 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:21.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:21.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:21.879 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:21.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:21.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:21.886 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:05:21.886 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:21.886 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:05:21.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:21.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:21.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:21.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:21.892 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) 12:05:21.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:21.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:21.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:21.906 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:21.906 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:21.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:21.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:21.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:21.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:21.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 12:05:21.907 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) 12:05:21.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:21.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:21.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:21.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:21.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:21.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:21.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:21.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:21.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:21.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 12:05:21.907 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) 12:05:21.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:21.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:21.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:21.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:21.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:21.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:21.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:21.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:21.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:21.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found 12:05:21.909 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:21.909 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:21.909 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:21.909 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:21.909 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:21.910 INFO [main][AbstractShell] Close shell Testing shell 12:05:21.910 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:21.913 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:21.914 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:21.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:21.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:21.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:21.920 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:05:21.920 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:21.921 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:05:21.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:21.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:21.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:21.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:21.926 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) 12:05:21.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:21.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:21.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:21.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:21.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:21.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:21.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:21.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:05:22.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:22.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:05:22.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:22.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:05:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:05:22.940 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 12:05:22.940 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:22.940 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:22.940 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:22.940 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:22.940 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:22.940 INFO [main][AbstractShell] Close shell Testing shell 12:05:22.940 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:22.944 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:22.944 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:22.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:22.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:22.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:22.951 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:05:22.951 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:22.951 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:05:22.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:22.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:22.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:22.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:22.958 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) 12:05:22.958 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:22.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:22.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:22.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:22.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:22.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:22.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:22.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:22.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:22.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 12:05:22.972 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) 12:05:22.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:22.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:22.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:22.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:22.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:22.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:22.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:22.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:22.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:22.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 12:05:22.973 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:22.973 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:22.973 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:22.973 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:22.973 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:22.973 INFO [main][AbstractShell] Close shell Testing shell 12:05:22.973 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:22.976 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:22.976 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:22.976 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:22.976 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:22.976 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:22.983 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:05:22.983 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:22.983 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:05:22.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:22.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:22.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:22.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:22.989 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) 12:05:22.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:23.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:23.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:23.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:23.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:23.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:23.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:23.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:05:23.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:23.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:05:24.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:24.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:05:24.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:05:24.004 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 12:05:24.004 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:24.004 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:24.004 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:24.004 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:24.004 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:24.004 INFO [main][AbstractShell] Close shell Testing shell 12:05:24.004 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:24.008 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:24.008 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:24.008 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:24.008 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:24.008 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:24.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:24.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:24.014 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:05:24.014 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:05:24.014 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:24.014 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:24.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:24.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.2 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.037 s IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.033 s horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.034 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.032 s nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.031 s Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:24.019 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:24.019 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:24.019 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:24.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:24.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:24.020 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:24.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:24.020 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:24.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:24.020 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:24.020 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:05:24.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:24.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:24.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:24.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:24.030 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 12:05:24.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:24.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:24.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:24.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:24.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:24.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 12:05:24.044 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:24.044 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:24.044 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:24.045 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:24.045 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:24.045 INFO [main][AbstractShell] Close shell Testing shell 12:05:24.045 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:24.048 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:24.048 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:24.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:24.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:24.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:24.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:24.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:24.055 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:05:24.055 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:24.055 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:05:24.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:24.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:24.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:24.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:24.066 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 12:05:24.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:24.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:24.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:24.073 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:24.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:24.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:24.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:05:24.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:05:24.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:05:24.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:05:25.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:05:25.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:05:25.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:05:25.075 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found 12:05:25.075 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:25.075 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:25.075 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:25.075 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:25.075 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:25.075 INFO [main][AbstractShell] Close shell Testing shell 12:05:25.075 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:25.079 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:25.080 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:25.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:25.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:25.080 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:25.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:25.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:25.086 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:05:25.086 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:25.086 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:05:25.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:25.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:25.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:25.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:25.092 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 12:05:25.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:25.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:25.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:25.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:25.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:25.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:25.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:25.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:25.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:25.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 12:05:25.105 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:25.105 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:25.105 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:25.105 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:25.105 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:25.105 INFO [main][AbstractShell] Close shell Testing shell 12:05:25.105 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:25.109 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:25.109 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:25.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:25.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:25.109 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:25.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:25.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:25.115 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:05:25.115 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:25.116 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:05:25.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:25.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:25.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:25.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:25.122 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 12:05:25.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:25.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:25.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:25.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:25.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:25.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:25.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:25.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:25.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:25.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 12:05:25.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13 12:05:25.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:25.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:05:25.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:25.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:25.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:25.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:25.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:25.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:25.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:25.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:25.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:25.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:25.138 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:25.139 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:25.139 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:25.139 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:25.139 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:25.140 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:25.140 INFO [main][AbstractShell] Close shell Testing shell 12:05:25.140 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:25.144 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:25.144 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:25.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:25.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:25.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:25.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:25.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:25.151 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:05:25.151 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:25.151 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:05:25.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:25.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:25.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:25.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:25.158 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 12:05:25.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:25.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:25.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:25.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:25.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:25.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:25.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:25.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:25.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:25.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 12:05:25.172 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:25.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 12:05:25.173 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:25.173 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:25.173 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:25.173 INFO [main][AbstractShell] Close shell Testing shell 12:05:25.173 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:25.177 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:25.177 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:25.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:25.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:25.177 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:25.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:25.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:25.183 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:05:25.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:25.184 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:05:25.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:25.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:25.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:25.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:25.191 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 12:05:25.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:25.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:25.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:25.222 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:25.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:25.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:25.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:25.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:25.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:25.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 12:05:25.223 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:25.223 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:25.223 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:25.223 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:25.223 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:25.223 INFO [main][AbstractShell] Close shell Testing shell 12:05:25.223 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:25.228 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:25.228 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:25.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:25.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:25.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:25.237 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:05:25.238 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:05:25.238 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:25.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.22 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.035 s findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 1.031 s getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.029 s setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.035 s getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.032 s getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.053 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:25.243 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:25.243 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:25.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:25.244 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:25.244 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:25.244 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:25.244 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:25.244 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:25.244 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:25.245 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:25.245 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:25.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:25.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:25.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:25.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:25.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:05:25.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:25.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:25.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:25.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:25.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:25.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:25.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:25.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:25.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:25.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:25.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:25.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:25.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:25.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:25.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:25.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:25.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:25.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:25.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:25.869 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:25.869 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:25.869 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:25.870 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:25.870 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:25.870 INFO [main][AbstractShell] Close shell Testing shell 12:05:25.870 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:25.880 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:25.880 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:25.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:25.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:25.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:25.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:25.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:25.893 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:25.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:25.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:25.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:25.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:25.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:25.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:26.162 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 12:05:26.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:26.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:26.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:26.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:26.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:26.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:26.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:26.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:26.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:26.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:26.389 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 12:05:26.389 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:26.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 12:05:26.389 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:26.389 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:26.389 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:26.390 INFO [main][AbstractShell] Close shell Testing shell 12:05:26.390 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:26.399 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:26.399 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:26.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:26.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:26.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:26.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:26.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:26.405 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:26.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:26.405 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:26.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:26.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:26.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:26.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:26.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:05:26.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:26.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:26.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:26.878 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:26.878 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:26.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:26.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:26.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:26.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:26.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:26.879 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 12:05:26.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:26.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:26.880 TRACE [main][WidgetHandler] Notify Table with event 13 12:05:26.880 TRACE [main][WidgetHandler] Wait for synchronization 12:05:26.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:26.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:26.884 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:26.884 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:26.884 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:26.884 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:26.884 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:26.884 INFO [main][AbstractShell] Close shell Testing shell 12:05:26.884 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:26.894 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:26.894 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:26.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:26.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:26.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:26.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:26.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:26.900 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:26.900 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:26.901 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:26.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:26.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:26.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:26.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:27.153 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 12:05:27.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:27.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:27.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:27.385 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:27.385 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:27.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:27.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:05:27.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:05:27.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:27.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:05:27.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:27.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:27.391 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 12:05:27.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:05:27.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:05:27.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:05:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:27.398 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:27.398 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:27.398 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:27.398 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:27.398 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:27.398 INFO [main][AbstractShell] Close shell Testing shell 12:05:27.398 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:27.408 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:27.408 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:27.408 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:27.408 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:27.408 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:27.415 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:27.415 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:27.415 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:27.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:27.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:27.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:27.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:27.758 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 12:05:27.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:28.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:28.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:28.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:28.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:28.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:28.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:28.046 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 12:05:28.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:28.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:28.047 TRACE [main][WidgetHandler] Notify Table with event 13 12:05:28.047 TRACE [main][WidgetHandler] Wait for synchronization 12:05:28.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:28.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:28.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:28.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:28.050 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:28.050 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:28.050 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:28.051 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:28.051 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:28.051 INFO [main][AbstractShell] Close shell Testing shell 12:05:28.051 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:28.066 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:28.066 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:28.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:28.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:28.066 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:28.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:28.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:28.084 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:28.084 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:28.085 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:28.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:28.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:28.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:28.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:28.388 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 12:05:28.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:28.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:28.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:28.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:28.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:28.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:28.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:28.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:28.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:28.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:28.619 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 12:05:28.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:28.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:28.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:28.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:28.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:28.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:28.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:28.622 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 12:05:28.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:28.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:28.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:28.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:28.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:28.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:28.627 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:28.627 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:28.627 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:28.627 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:28.627 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:28.627 INFO [main][AbstractShell] Close shell Testing shell 12:05:28.627 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:28.637 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:28.638 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:28.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:28.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:28.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:28.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:28.651 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:28.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:28.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:28.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:28.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:28.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:28.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:28.903 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 12:05:28.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:29.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:29.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:29.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:29.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:29.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:29.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:29.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:29.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:29.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:29.132 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 12:05:29.133 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:29.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 12:05:29.133 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:29.133 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:29.133 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:29.133 INFO [main][AbstractShell] Close shell Testing shell 12:05:29.133 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:29.143 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:29.143 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:29.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:29.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:29.143 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:29.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:29.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:29.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:29.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:29.150 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:29.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:29.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:29.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:29.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:29.408 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 12:05:29.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:29.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:29.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:29.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:29.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:29.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:29.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:29.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:29.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:29.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:29.638 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:05:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:29.638 TRACE [main][WidgetHandler] Notify Table with event 13 12:05:29.638 TRACE [main][WidgetHandler] Wait for synchronization 12:05:29.638 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:29.638 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:29.638 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:29.638 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:29.638 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:29.638 INFO [main][AbstractShell] Close shell Testing shell 12:05:29.638 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:29.649 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:29.649 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:29.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:29.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:29.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:29.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:29.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:29.656 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:29.656 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:29.656 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:29.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:29.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:29.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:29.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:29.926 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 12:05:29.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:30.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:30.168 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:30.168 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:30.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:05:30.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:05:30.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:30.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:05:30.175 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 12:05:30.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:30.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:30.175 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:30.175 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:30.175 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:30.176 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:30.176 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:30.176 INFO [main][AbstractShell] Close shell Testing shell 12:05:30.176 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:30.197 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:30.197 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:30.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:30.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:30.197 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:30.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:30.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:30.204 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:30.204 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:30.204 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:30.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:30.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:30.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:30.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:30.470 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 12:05:30.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:30.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:30.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:30.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:30.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:30.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:30.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:30.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2... 12:05:30.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:30.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:30.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully 12:05:30.717 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:30.717 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:30.717 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:30.717 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:30.717 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:30.717 INFO [main][AbstractShell] Close shell Testing shell 12:05:30.717 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:30.726 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:30.727 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:30.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:30.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:30.727 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:30.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:30.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:30.740 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:30.740 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:30.740 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:30.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:30.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:30.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:30.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:30.993 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 12:05:30.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:31.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:31.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:31.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:31.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:31.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:31.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:31.224 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:31.224 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:31.224 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:31.225 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:31.225 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:31.225 INFO [main][AbstractShell] Close shell Testing shell 12:05:31.225 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:31.234 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:31.234 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:31.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:31.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:31.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:31.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:31.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:31.241 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:31.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:31.241 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:31.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:31.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:31.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:31.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:31.495 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 12:05:31.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:31.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:31.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:31.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:31.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:31.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:31.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:31.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:31.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:31.726 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') 12:05:31.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:31.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:31.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:31.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:31.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:31.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 12:05:31.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 12:05:31.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:31.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:31.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:31.729 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:31.729 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:31.729 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:31.730 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:31.730 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:31.730 INFO [main][AbstractShell] Close shell Testing shell 12:05:31.730 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:31.740 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:31.740 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:31.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:31.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:31.740 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:31.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:31.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:31.747 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:31.747 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:31.747 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:31.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:31.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:31.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:31.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:32.005 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 12:05:32.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:32.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:32.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:32.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:32.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:32.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:32.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:32.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:32.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:32.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:32.232 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 12:05:32.233 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:32.233 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:32.233 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:32.233 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:32.233 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:32.233 INFO [main][AbstractShell] Close shell Testing shell 12:05:32.233 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:32.243 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:32.243 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:32.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:32.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:32.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:32.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:32.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:32.251 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:32.251 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:32.251 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:32.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:32.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:32.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:32.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:32.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:05:32.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:32.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:32.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:32.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:32.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:32.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:32.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:32.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:32.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:32.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:32.760 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:05:32.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:32.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:32.760 TRACE [main][WidgetHandler] Notify Table with event 13 12:05:32.761 TRACE [main][WidgetHandler] Wait for synchronization 12:05:32.761 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:32.761 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:32.761 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:32.761 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:32.761 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:32.761 INFO [main][AbstractShell] Close shell Testing shell 12:05:32.761 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:32.771 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:32.771 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:32.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:32.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:32.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:32.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:32.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:32.777 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:32.777 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:32.778 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:32.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:32.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:32.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:32.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:33.031 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 12:05:33.031 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:33.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:33.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:33.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:33.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:33.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:33.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:33.261 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 12:05:33.261 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:33.261 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:33.261 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:33.261 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:33.261 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:33.261 INFO [main][AbstractShell] Close shell Testing shell 12:05:33.261 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:33.272 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:33.272 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:33.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:33.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:33.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:33.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:33.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:33.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:33.279 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:33.279 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:33.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:33.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:33.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:33.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:33.532 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 12:05:33.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:33.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:33.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:33.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:33.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:33.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:33.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:33.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:33.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:33.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:33.764 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:33.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 12:05:33.764 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:33.764 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:33.764 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:33.764 INFO [main][AbstractShell] Close shell Testing shell 12:05:33.764 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:33.774 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:33.774 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:33.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:33.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:33.774 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:33.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:33.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:33.781 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:33.781 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:33.781 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:33.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:33.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:33.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:33.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:34.040 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 12:05:34.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:34.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:34.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:34.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:34.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:34.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:34.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:34.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:34.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:34.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:34.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:34.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:34.272 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:34.272 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:34.272 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:34.272 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:34.272 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:34.272 INFO [main][AbstractShell] Close shell Testing shell 12:05:34.272 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:34.282 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:34.282 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:34.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:34.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:34.282 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:34.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:34.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:34.289 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:34.289 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:34.289 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:34.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:34.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:34.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:34.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:34.543 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 12:05:34.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:34.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:34.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:34.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:34.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:34.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:34.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:05:34.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:05:34.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:34.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:05:34.779 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:05:34.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:34.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:34.779 TRACE [main][WidgetHandler] Notify Table with event 13 12:05:34.779 TRACE [main][WidgetHandler] Wait for synchronization 12:05:34.779 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:34.779 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:34.779 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:34.780 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:34.780 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:34.780 INFO [main][AbstractShell] Close shell Testing shell 12:05:34.780 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:34.790 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:34.790 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:34.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:34.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:34.790 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:34.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:34.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:34.796 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:34.796 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:34.796 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:34.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:34.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:34.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:34.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:35.053 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 12:05:35.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:35.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:35.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:35.286 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:35.286 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:35.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:35.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:35.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:35.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:35.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:35.288 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:35.288 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:35.288 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:35.288 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:35.288 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:35.288 INFO [main][AbstractShell] Close shell Testing shell 12:05:35.288 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:35.298 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:35.298 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:35.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:35.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:35.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:35.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:35.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:35.305 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:35.305 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:35.305 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:35.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:35.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:35.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:35.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:35.560 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 12:05:35.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:35.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:35.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:35.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:35.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:35.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:35.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:35.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:35.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:35.790 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x 12:05:35.791 TRACE [main][WidgetHandler] Notify Table with event 13 12:05:35.791 TRACE [main][WidgetHandler] Wait for synchronization 12:05:35.791 TRACE [main][WidgetHandler] Notify Table with event 8 12:05:35.791 TRACE [main][WidgetHandler] Wait for synchronization 12:05:35.792 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:35.792 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:35.792 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:35.793 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:35.793 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:35.793 INFO [main][AbstractShell] Close shell Testing shell 12:05:35.793 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:35.802 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:35.802 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:35.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:35.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:35.803 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:35.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:35.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:35.809 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:35.809 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:35.809 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:35.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:35.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:35.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:35.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:36.066 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 12:05:36.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:36.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:36.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:36.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:36.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:36.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:36.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:36.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:36.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:36.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:36.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:36.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:36.298 TRACE [main][WidgetHandler] Notify Table with event 13 12:05:36.298 TRACE [main][WidgetHandler] Wait for synchronization 12:05:36.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:05:36.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:36.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:36.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:36.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:36.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:36.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:36.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:36.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:36.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:36.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:36.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:36.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:36.301 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:36.302 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:36.302 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:36.302 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:36.302 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:36.302 INFO [main][AbstractShell] Close shell Testing shell 12:05:36.302 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:36.312 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:36.312 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:36.312 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:36.312 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:36.312 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:36.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:36.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:36.324 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:36.324 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:36.324 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:36.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:36.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:36.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:36.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:36.576 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 12:05:36.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:36.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:36.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:36.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:36.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:36.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:36.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:36.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:36.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:36.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:36.803 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5) 12:05:36.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:36.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:36.803 TRACE [main][WidgetHandler] Notify Table with event 13 12:05:36.803 TRACE [main][WidgetHandler] Wait for synchronization 12:05:36.803 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:36.803 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:36.803 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:36.803 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:36.803 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:36.803 INFO [main][AbstractShell] Close shell Testing shell 12:05:36.803 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:36.813 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:36.813 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:36.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:36.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:36.813 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:36.819 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:36.819 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:36.820 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:36.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:36.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:36.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:36.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:37.070 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 12:05:37.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:37.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:37.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:37.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:37.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:37.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:37.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:37.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:37.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:37.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:37.305 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 12:05:37.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:37.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:37.305 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:37.305 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:37.305 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:37.306 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:37.306 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:37.306 INFO [main][AbstractShell] Close shell Testing shell 12:05:37.306 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:37.316 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:37.317 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:37.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:37.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:37.317 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:37.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:37.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:37.330 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:37.330 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:37.330 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:37.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:37.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:37.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:37.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:37.590 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 12:05:37.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:37.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:37.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:37.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:37.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:37.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:37.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:37.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:37.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:37.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:37.819 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:05:37.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:37.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:37.819 TRACE [main][WidgetHandler] Notify Table with event 13 12:05:37.819 TRACE [main][WidgetHandler] Wait for synchronization 12:05:37.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:37.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:37.821 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows 12:05:37.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:37.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:37.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:37.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:37.823 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:37.823 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:37.823 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:37.824 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:37.824 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:37.824 INFO [main][AbstractShell] Close shell Testing shell 12:05:37.824 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:37.833 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:37.834 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:37.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:37.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:37.834 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:37.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:37.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:37.847 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:37.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:37.847 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:37.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:37.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:37.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:37.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:38.104 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 12:05:38.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:38.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:38.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:38.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:38.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:38.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:38.341 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 12:05:38.341 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:38.341 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:38.341 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:38.342 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:38.342 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:38.342 INFO [main][AbstractShell] Close shell Testing shell 12:05:38.342 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:38.351 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:38.351 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:38.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:38.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:38.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:38.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:38.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:38.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:38.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:38.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:38.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:38.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:38.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:38.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:38.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:05:38.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:38.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:38.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:38.889 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:38.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:38.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:38.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:38.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:38.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:38.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2... 12:05:38.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:38.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:39.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:39.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:39.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:40.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:40.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:40.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:40.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:41.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:41.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:42.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:42.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:42.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:42.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:43.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:43.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:43.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:43.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:44.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:44.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:44.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:44.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:45.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:45.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:45.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:45.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:46.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:46.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:47.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:47.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:47.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:47.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:48.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:48.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:48.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:48.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:48.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown 12:05:48.933 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:48.933 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:48.933 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:48.934 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:48.934 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:48.934 INFO [main][AbstractShell] Close shell Testing shell 12:05:48.934 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:48.944 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:48.944 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:48.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:48.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:48.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:48.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:48.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:48.950 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:05:48.950 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:05:48.950 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:48.950 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:48.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:48.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.709 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.648 s testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.511 s testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.495 s testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.514 s testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.669 s testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.566 s testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.506 s testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.548 s waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.536 s testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.501 s testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.506 s testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.504 s testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.526 s testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.501 s testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.502 s indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.508 s testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.507 s testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.509 s doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.504 s testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.515 s testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.495 s testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.51 s testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.517 s testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.512 s waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 10.591 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:48.958 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:48.959 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:48.959 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:48.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:48.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:48.959 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:48.965 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:48.965 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:48.966 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:48.966 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:48.966 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:48.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:48.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:48.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:48.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:49.135 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 12:05:49.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:49.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:49.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:49.304 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:49.304 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:49.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:49.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:49.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:49.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:49.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:49.305 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 12:05:49.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:49.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 12:05:49.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 12:05:49.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:49.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 12:05:49.312 INFO [WorkbenchTestable][AbstractTableItem] Set text array: [Ljava.lang.String;@2eab34a4 12:05:49.313 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:49.314 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:49.314 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:49.314 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:49.314 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:49.314 INFO [main][AbstractShell] Close shell Testing shell 12:05:49.314 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:49.322 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:49.322 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:49.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:49.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:49.322 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:49.335 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:49.335 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:49.335 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:49.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:49.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:49.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:49.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:49.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 12:05:49.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:49.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:49.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:49.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:49.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:49.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:49.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:49.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:49.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:49.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:49.671 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") 12:05:49.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:49.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:49.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:49.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:49.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:05:49.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:49.672 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:49.672 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:49.672 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:49.672 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:49.672 INFO [main][AbstractShell] Close shell Testing shell 12:05:49.672 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:49.679 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:49.679 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:49.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:49.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:49.679 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:49.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:49.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:49.686 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:49.687 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:49.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:49.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:49.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:49.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:49.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:49.860 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 12:05:49.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:50.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:50.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:50.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:50.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:50.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:50.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:50.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:50.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:50.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:05:50.023 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:50.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 12:05:50.023 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:50.023 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:50.023 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:50.023 INFO [main][AbstractShell] Close shell Testing shell 12:05:50.023 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:50.030 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:50.030 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:50.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:50.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:50.030 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:50.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:50.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:50.037 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:50.037 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:50.037 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:50.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:50.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:50.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:50.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:50.204 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") 12:05:50.204 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:50.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:50.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:50.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:50.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:50.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:50.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:50.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:50.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:50.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:05:50.367 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:50.367 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:50.367 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:50.367 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:50.367 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:50.367 INFO [main][AbstractShell] Close shell Testing shell 12:05:50.367 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:50.374 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:50.374 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:50.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:50.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:50.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:50.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:50.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:50.380 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:50.380 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:50.381 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:50.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:50.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:50.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:50.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:50.547 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 12:05:50.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:50.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:50.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:50.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:50.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:50.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:50.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:50.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:50.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:50.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:50.712 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") 12:05:50.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:50.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:50.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:50.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:50.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:05:50.713 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2 12:05:50.713 TRACE [main][WidgetHandler] Notify Table with event 13 12:05:50.713 TRACE [main][WidgetHandler] Wait for synchronization 12:05:50.714 TRACE [main][WidgetHandler] Notify Table with event 3 12:05:50.714 TRACE [main][WidgetHandler] Wait for synchronization 12:05:50.714 TRACE [main][WidgetHandler] Notify Table with event 4 12:05:50.714 TRACE [main][WidgetHandler] Wait for synchronization 12:05:50.715 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:50.715 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:50.715 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:50.716 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:50.716 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:50.716 INFO [main][AbstractShell] Close shell Testing shell 12:05:50.716 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:50.723 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:50.723 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:50.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:50.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:50.723 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:50.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:50.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:50.731 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:50.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:50.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:50.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:50.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:50.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:50.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:50.904 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 12:05:50.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:51.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:51.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:51.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:51.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:51.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:51.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:51.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:51.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:51.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 12:05:51.064 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:51.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 12:05:51.065 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:51.065 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:51.065 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:51.065 INFO [main][AbstractShell] Close shell Testing shell 12:05:51.065 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:51.072 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:51.072 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:51.072 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:51.072 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:51.072 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:51.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:51.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:51.080 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:51.080 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:51.080 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:51.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:51.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:51.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:51.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:51.249 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 12:05:51.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:51.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:51.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:51.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:51.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:51.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:51.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:51.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:51.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:51.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:51.415 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 12:05:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:51.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:51.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:51.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:05:51.415 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:51.416 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:51.416 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:51.416 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:51.416 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:51.416 INFO [main][AbstractShell] Close shell Testing shell 12:05:51.416 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:51.423 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:51.423 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:51.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:51.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:51.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:51.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:51.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:51.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:51.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:51.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:51.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:51.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:51.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:51.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:51.600 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 12:05:51.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:51.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:51.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:51.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:51.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:51.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:51.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:51.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:51.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:05:51.768 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 12:05:51.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:51.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:51.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:51.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:51.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 12:05:51.769 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:51.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 12:05:51.769 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:51.769 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:51.769 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:51.769 INFO [main][AbstractShell] Close shell Testing shell 12:05:51.769 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:51.776 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:51.777 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:51.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:51.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:51.777 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:51.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:51.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:51.784 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:51.784 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:51.784 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:51.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:51.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:51.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:51.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:51.998 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 12:05:51.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 12:05:52.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 12:05:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 12:05:52.161 INFO [WorkbenchTestable][AbstractTableItem] Set text some text in columnin column 6 12:05:52.162 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 12:05:52.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.163 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.163 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 12:05:52.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 12:05:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 12:05:52.163 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:52.163 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:52.163 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:52.163 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:52.163 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:52.163 INFO [main][AbstractShell] Close shell Testing shell 12:05:52.163 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:52.171 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:52.171 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:52.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:52.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:52.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:52.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.178 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:52.178 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:52.178 INFO [WorkbenchTestable][RequirementsRunner] Started test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:52.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:52.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:52.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:52.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:52.347 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 12:05:52.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:52.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:52.520 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 12:05:52.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 12:05:52.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 12:05:52.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 12:05:52.521 INFO [WorkbenchTestable][AbstractTableItem] Set text some text 12:05:52.522 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 12:05:52.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 12:05:52.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 12:05:52.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 12:05:52.523 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:52.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 12:05:52.523 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:52.523 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:52.523 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:52.523 INFO [main][AbstractShell] Close shell Testing shell 12:05:52.523 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:52.531 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:52.531 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:52.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:52.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:52.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:52.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.545 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:05:52.545 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:05:52.545 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:52.545 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:52.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.369 s referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.351 s defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.35 s text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.343 s click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.35 s index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.349 s referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.35 s referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.353 s setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.393 s setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.367 s Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.550 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.551 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:52.551 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:52.551 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.551 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:52.551 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:52.552 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:52.552 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:52.552 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:52.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:52.552 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:52.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:52.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:52.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:52.580 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 12:05:52.580 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:52.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:52.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:05:52.593 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:") 12:05:52.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:52.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:52.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:05:52.596 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:52.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 12:05:52.596 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:52.596 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:52.596 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:52.596 INFO [main][AbstractShell] Close shell Testing shell 12:05:52.596 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:52.608 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:52.608 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:52.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:52.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:52.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.614 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:52.614 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:52.614 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:52.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:52.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:52.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:52.638 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') 12:05:52.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.651 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.651 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:52.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 12:05:52.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 12:05:52.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 12:05:52.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 12:05:52.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:52.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:05:52.654 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 12:05:52.656 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:52.656 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:52.656 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:52.657 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:52.657 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:52.657 INFO [main][AbstractShell] Close shell Testing shell 12:05:52.657 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:52.664 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:52.664 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:52.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:52.664 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:52.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:52.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:52.677 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:52.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:52.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:52.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:52.720 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") 12:05:52.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:52.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:52.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:05:52.740 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 12:05:52.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:52.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:52.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:05:52.740 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") 12:05:52.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:52.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:52.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:05:52.742 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 12:05:52.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:52.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:52.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:05:52.748 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") 12:05:52.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:52.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:52.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:05:52.751 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 12:05:52.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:05:52.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:05:52.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found 12:05:52.751 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") 12:05:52.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:52.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:05:52.754 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 12:05:52.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:05:52.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:05:52.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found 12:05:52.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:52.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:52.755 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:52.756 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:52.756 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:52.756 INFO [main][AbstractShell] Close shell Testing shell 12:05:52.756 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:52.766 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:52.766 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:52.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:52.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:52.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.775 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:52.775 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:52.775 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:52.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:52.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:52.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:52.800 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") 12:05:52.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:52.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:52.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:05:52.814 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 12:05:52.815 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:52.815 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:52.815 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:52.815 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:52.815 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:52.815 INFO [main][AbstractShell] Close shell Testing shell 12:05:52.815 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:52.822 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:52.822 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:52.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:52.822 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:52.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.834 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:52.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:52.835 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:52.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:52.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:52.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:52.861 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") 12:05:52.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.873 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.873 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:52.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:52.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:05:52.874 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 2 12:05:52.875 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 12:05:52.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.875 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.875 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:52.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:52.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:52.875 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:52.876 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:52.876 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:52.876 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:52.876 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:52.876 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:52.876 INFO [main][AbstractShell] Close shell Testing shell 12:05:52.876 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:52.883 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:52.883 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:52.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:52.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:52.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.889 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:52.889 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:52.889 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:52.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:52.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:52.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:52.906 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 12:05:52.906 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.921 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.921 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:52.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:05:52.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:52.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:05:52.922 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 1 12:05:52.923 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:52.923 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:52.923 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:52.923 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:52.923 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:52.923 INFO [main][AbstractShell] Close shell Testing shell 12:05:52.923 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:52.930 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:52.930 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:52.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:52.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:52.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.943 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:52.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:52.943 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:52.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:52.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:52.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:52.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:52.961 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 12:05:52.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:52.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:52.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:52.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:52.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:52.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:52.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:05:52.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:05:53.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:05:53.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:05:53.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:05:53.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:05:53.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:05:53.977 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found 12:05:53.977 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:53.977 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:53.977 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:53.977 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:53.977 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:53.977 INFO [main][AbstractShell] Close shell Testing shell 12:05:53.977 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:53.988 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:53.988 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:53.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:53.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:53.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:53.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:53.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:53.996 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:53.996 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:53.996 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:53.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:53.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:53.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:53.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:54.027 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_&*") 12:05:54.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:54.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:54.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:54.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:54.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:54.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:54.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:55.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:55.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:55.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:05:55.050 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found 12:05:55.050 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:55.050 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:55.050 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:55.050 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:55.050 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:55.050 INFO [main][AbstractShell] Close shell Testing shell 12:05:55.050 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:55.057 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:55.057 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:55.058 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:55.058 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:55.058 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:55.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.066 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:55.066 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:55.066 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:55.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:55.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:55.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:55.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:55.091 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") 12:05:55.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:55.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:55.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:55.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:55.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:55.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:55.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:55.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:05:55.105 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Item23 12:05:55.107 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 12:05:55.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:55.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.107 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:55.107 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:55.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:55.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:55.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:55.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:55.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:55.107 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:55.108 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:55.108 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:55.108 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:55.108 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:55.108 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:55.108 INFO [main][AbstractShell] Close shell Testing shell 12:05:55.108 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:55.118 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:55.118 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:55.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:55.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:55.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:55.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:05:55.126 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:05:55.126 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:55.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:55.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.577 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.062 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.063 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.098 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.059 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.054 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.054 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.053 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.07 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.06 s Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.131 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.132 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:55.132 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:55.132 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.132 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:55.132 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:55.133 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:55.133 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:55.133 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:55.133 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:55.133 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:55.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:55.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:55.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:55.169 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 12:05:55.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:55.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:55.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:55.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:55.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:05:55.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:05:55.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:55.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found 12:05:55.180 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2 12:05:55.183 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 12:05:55.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:55.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:55.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:55.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:55.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:55.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:55.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:55.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:55.183 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:55.184 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:55.184 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:55.184 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:55.184 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:55.184 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:55.184 INFO [main][AbstractShell] Close shell Testing shell 12:05:55.184 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:55.189 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:55.189 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:55.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:55.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:55.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.215 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:55.215 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:55.215 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:55.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:55.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:55.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:55.240 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 12:05:55.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:55.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.253 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:55.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:55.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:55.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:55.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:55.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:55.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 12:05:55.255 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:55.255 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:55.255 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:55.256 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:55.256 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:55.256 INFO [main][AbstractShell] Close shell Testing shell 12:05:55.256 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:55.263 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:55.263 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:55.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:55.263 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:55.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.271 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:55.271 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:55.271 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:55.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:55.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:55.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:55.287 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 12:05:55.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:55.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.301 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:55.301 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:55.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:55.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:55.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:55.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:55.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:05:55.301 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 12:05:55.301 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 12:05:55.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:55.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:55.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:55.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:55.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:55.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:55.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:55.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 12:05:55.307 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:55.307 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:55.307 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:55.308 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:55.308 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:55.308 INFO [main][AbstractShell] Close shell Testing shell 12:05:55.308 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:55.314 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:55.315 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:55.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:55.315 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:55.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.323 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:55.323 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:55.323 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:55.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:55.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:55.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:55.347 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") 12:05:55.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:55.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:55.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:55.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:55.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:55.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:55.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:55.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:05:55.365 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") 12:05:55.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:55.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:55.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:55.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:55.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:55.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:55.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:55.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:05:55.366 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 12:05:55.367 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 12:05:55.368 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:55.368 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:55.368 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:55.368 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:55.368 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:55.368 INFO [main][AbstractShell] Close shell Testing shell 12:05:55.368 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:55.373 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:55.373 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:55.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:55.373 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:55.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.379 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:55.379 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:55.379 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:55.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:55.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:55.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:55.395 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 12:05:55.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:55.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:55.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:55.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:55.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:55.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:55.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:55.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 12:05:55.410 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:55.410 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:55.410 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:55.410 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:55.410 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:55.410 INFO [main][AbstractShell] Close shell Testing shell 12:05:55.410 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:55.415 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:55.415 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:55.415 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.415 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:55.415 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:55.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:55.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:55.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:55.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:55.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:55.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:55.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:55.445 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 12:05:55.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:55.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:55.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:55.457 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:55.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:55.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:55.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:05:55.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:05:55.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:05:55.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:05:56.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:05:56.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:05:56.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:05:56.459 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found 12:05:56.459 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:56.459 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:56.459 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:56.459 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:56.459 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:56.459 INFO [main][AbstractShell] Close shell Testing shell 12:05:56.459 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:56.464 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:56.464 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:56.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:56.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:56.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:56.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:56.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:56.478 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:56.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:56.479 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:56.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:56.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:56.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:56.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:56.496 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_#$") 12:05:56.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:56.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:56.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:56.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:56.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:56.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:56.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:56.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:57.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:57.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:57.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:05:57.510 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found 12:05:57.510 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:57.510 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:57.510 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:57.510 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:57.510 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:57.510 INFO [main][AbstractShell] Close shell Testing shell 12:05:57.510 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:57.517 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:57.517 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:57.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:57.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:57.517 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:57.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:57.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:57.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:57.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:57.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:57.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:57.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:57.548 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") 12:05:57.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:05:57.560 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 12:05:57.560 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 12:05:57.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:57.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:57.561 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:57.561 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:57.561 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:57.561 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:57.562 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:57.562 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:57.562 INFO [main][AbstractShell] Close shell Testing shell 12:05:57.562 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:57.567 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:57.567 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:57.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:57.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:57.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:57.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.579 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:05:57.579 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:05:57.579 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:57.579 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:57.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.448 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.082 s getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.056 s getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.052 s isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.056 s tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.048 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.051 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.051 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.049 s Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.583 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.584 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:57.584 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:57.584 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.584 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:57.584 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:57.585 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:57.585 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:57.585 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:57.585 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:57.585 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:57.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:57.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:57.594 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 12:05:57.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:57.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:05:57.607 TRACE [main][WidgetHandler] Notify List with event 13 12:05:57.607 TRACE [main][WidgetHandler] Wait for synchronization 12:05:57.608 TRACE [main][WidgetHandler] Notify List with event 13 12:05:57.608 TRACE [main][WidgetHandler] Wait for synchronization 12:05:57.608 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:57.608 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:57.608 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:57.609 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:57.609 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:57.609 INFO [main][AbstractShell] Close shell Testing shell 12:05:57.609 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:57.612 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:57.612 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:57.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:57.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:57.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.618 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.618 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:57.618 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:57.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:57.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:57.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:05:57.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:57.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:05:57.642 TRACE [main][WidgetHandler] Notify List with event 13 12:05:57.642 TRACE [main][WidgetHandler] Wait for synchronization 12:05:57.642 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05: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 12:05:57.643 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:57.643 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:57.643 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:57.643 INFO [main][AbstractShell] Close shell Testing shell 12:05:57.643 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:57.646 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:57.646 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:57.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:57.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:57.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.652 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.652 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:57.652 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:57.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:57.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:57.662 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 12:05:57.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:57.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:05:57.680 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:57.680 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:57.680 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:57.680 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:57.680 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:57.680 INFO [main][AbstractShell] Close shell Testing shell 12:05:57.680 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:57.685 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:57.685 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:57.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:57.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:57.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.697 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.697 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:57.697 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:57.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:57.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:57.706 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 12:05:57.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:05:57.716 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 12:05:57.717 TRACE [main][WidgetHandler] Notify List with event 13 12:05:57.717 TRACE [main][WidgetHandler] Wait for synchronization 12:05:57.718 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:57.718 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:57.718 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:57.718 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:57.718 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:57.718 INFO [main][AbstractShell] Close shell Testing shell 12:05:57.718 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:57.721 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:57.721 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:57.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:57.722 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:57.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.731 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:57.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:57.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:57.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:57.739 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 12:05:57.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:57.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:05:57.750 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') 12:05:57.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 12:05:57.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:57.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:05:57.750 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:57.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 12:05:57.750 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:57.750 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:57.750 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:57.750 INFO [main][AbstractShell] Close shell Testing shell 12:05:57.750 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:57.754 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:57.754 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:57.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:57.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:57.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.765 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.765 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:57.765 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:57.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:57.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:57.772 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 12:05:57.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:57.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:05:57.782 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3) 12:05:57.783 TRACE [main][WidgetHandler] Notify List with event 13 12:05:57.783 TRACE [main][WidgetHandler] Wait for synchronization 12:05:57.784 TRACE [main][WidgetHandler] Notify List with event 13 12:05:57.784 TRACE [main][WidgetHandler] Wait for synchronization 12:05:57.784 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:57.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 12:05:57.784 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:57.784 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:57.784 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:57.784 INFO [main][AbstractShell] Close shell Testing shell 12:05:57.784 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:57.787 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:57.787 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:57.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:57.787 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:57.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.799 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.799 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:57.799 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:57.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:57.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:57.806 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 12:05:57.806 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:57.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:05:57.816 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 12:05:57.816 TRACE [main][WidgetHandler] Notify List with event 13 12:05:57.816 TRACE [main][WidgetHandler] Wait for synchronization 12:05:57.817 TRACE [main][WidgetHandler] Notify List with event 13 12:05:57.817 TRACE [main][WidgetHandler] Wait for synchronization 12:05:57.817 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:57.817 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:57.817 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:57.818 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:57.818 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:57.818 INFO [main][AbstractShell] Close shell Testing shell 12:05:57.818 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:57.821 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:57.821 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:57.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:57.821 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:57.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:05:57.832 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:05:57.832 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:57.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:57.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s - in org.eclipse.reddeer.swt.test.impl.list.DefaultListTest testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.034 s testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.045 s testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.034 s testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.034 s testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.034 s testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:05:57.836 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:05:57.837 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:57.837 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:57.837 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:05:57.837 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:57.837 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:57.838 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:57.838 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:57.838 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:57.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:57.838 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:05:57.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:05:57.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:57.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:57.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:57.853 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 12:05:57.853 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.865 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:05:57.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:05:57.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found 12:05:57.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2 12:05:57.866 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 12:05:57.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:57.866 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:57.868 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 12:05:57.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:57.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:57.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 12:05:57.869 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:57.869 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:57.869 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:57.870 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:57.870 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:57.870 INFO [main][AbstractShell] Close shell Testing shell 12:05:57.870 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:57.874 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:57.874 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:57.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:05:57.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:57.875 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:57.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.880 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:05:57.881 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:57.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:05:57.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:05:57.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:57.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:57.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:57.895 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 12:05:57.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:05:57.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:05:57.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:57.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found 12:05:57.909 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3 12:05:57.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3 12:05:57.910 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:05:57.911 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 12:05:57.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:57.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:57.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:57.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:57.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:57.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:57.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:05:57.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:05:58.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:05:58.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:05:58.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:05:58.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:05:58.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:05:58.913 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found 12:05:58.913 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:58.914 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:58.914 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:58.914 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:58.914 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:58.914 INFO [main][AbstractShell] Close shell Testing shell 12:05:58.914 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:58.919 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:58.919 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:58.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:05:58.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:58.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:58.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:58.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:58.931 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:05:58.931 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:58.931 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:05:58.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:05:58.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:58.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:58.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:58.946 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 12:05:58.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:58.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:58.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:58.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:58.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:58.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:58.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:05:58.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:05:59.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:05:59.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:05:59.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:05:59.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:05:59.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:05:59.958 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found 12:05:59.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:59.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:59.958 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:59.958 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:59.958 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:59.958 INFO [main][AbstractShell] Close shell Testing shell 12:05:59.958 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:59.963 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:59.963 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:59.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:05:59.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:59.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:59.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:59.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:59.978 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:05:59.978 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:59.978 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:05:59.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:05:59.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:59.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:59.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:59.998 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_#$") 12:05:59.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:00.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:00.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:00.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:00.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:00.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:00.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:00.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:00.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:01.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:01.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:01.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:01.015 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found 12:06:01.015 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:01.015 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:01.015 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:01.015 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:01.015 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:01.015 INFO [main][AbstractShell] Close shell Testing shell 12:06:01.015 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:01.020 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:01.020 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:01.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:06:01.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:01.020 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:01.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:01.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:01.035 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:06:01.035 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:01.035 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:06:01.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:06:01.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:01.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:01.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:01.050 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") 12:06:01.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:01.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:01.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:01.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:01.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:01.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:01.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:01.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:01.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:01.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1 12:06:01.064 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 12:06:01.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:01.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:01.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:01.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:01.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:01.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:01.065 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:01.065 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 12:06:01.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:01.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:01.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:01.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:01.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:01.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 12:06:01.065 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:01.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 12:06:01.066 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:01.066 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:01.066 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:01.066 INFO [main][AbstractShell] Close shell Testing shell 12:06:01.066 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:01.070 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:01.070 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:01.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:06:01.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:01.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:01.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:01.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:01.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:06:01.081 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:06:01.081 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:01.081 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:01.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:01.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.246 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.042 s close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.05 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.047 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.057 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.046 s Running org.eclipse.reddeer.swt.test.DummyTest 12:06:01.086 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest 12:06:01.086 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:01.086 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:01.086 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 12:06:01.086 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:01.086 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:01.087 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:01.087 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:01.087 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:01.087 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:01.087 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 12:06:01.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 12:06:01.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:01.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:01.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:01.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 12:06:01.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:01.087 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:01.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:01.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:01.087 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 12:06:01.087 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 12:06:01.087 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:01.087 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:01.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:01.087 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.001 s regexMatcherMatchesEverythingTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherDigitsTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:01.097 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:01.097 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:01.097 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:01.097 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:01.097 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:01.097 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:01.098 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:01.098 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:01.098 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:01.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:01.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:06:01.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:01.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:01.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:01.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:01.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:01.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:01.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:01.115 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 12:06:01.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:01.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:06:01.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:06:01.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:01.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found 12:06:01.115 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:01.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 12:06:01.116 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:01.116 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:01.116 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:01.116 INFO [main][AbstractShell] Close shell Testing shell 12:06:01.116 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:01.123 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:01.123 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:01.123 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:01.123 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:01.124 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:01.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:01.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:01.135 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:06:01.135 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:01.135 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:06:01.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:01.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:01.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:01.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:01.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:01.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:01.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:01.152 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') 12:06:01.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:01.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:01.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:01.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:01.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:06:01.153 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:01.153 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:01.153 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:01.153 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:01.153 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:01.153 INFO [main][AbstractShell] Close shell Testing shell 12:06:01.153 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:01.156 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:01.156 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:01.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:01.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:01.156 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:01.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:01.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:01.168 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:06:01.168 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:01.168 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:06:01.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:01.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:01.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:01.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:01.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:01.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:01.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:01.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:01.184 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") 12:06:01.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:01.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:01.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:01.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:01.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:06:01.203 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:01.204 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:01.204 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:01.204 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:01.204 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:01.204 INFO [main][AbstractShell] Close shell Testing shell 12:06:01.204 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:01.207 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:01.207 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:01.207 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:01.207 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:01.207 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:01.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:02.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:06:02.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:06:03.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:06:03.711 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:06:03.711 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:03.712 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:06:03.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:03.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:03.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:03.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:03.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:03.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:03.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:03.740 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") 12:06:03.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:03.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:03.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:03.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:03.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:06:03.741 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:03.741 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:03.741 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:03.741 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:03.741 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:03.741 INFO [main][AbstractShell] Close shell Testing shell 12:06:03.741 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:03.745 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:03.745 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:03.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:03.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:03.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:03.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:03.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:03.752 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:06:03.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:03.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:06:03.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:03.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:03.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:03.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:03.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:03.792 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 12:06:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:03.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:03.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:03.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found PUSH tooltip 12:06:03.793 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:03.793 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:03.793 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:03.793 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:03.793 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:03.793 INFO [main][AbstractShell] Close shell Testing shell 12:06:03.793 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:03.796 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:03.796 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:03.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:03.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:03.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:03.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:03.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:03.802 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:06:03.802 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:06:03.802 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:03.802 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:03.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:03.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.705 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.037 s constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.033 s WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 2.543 s testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.04 s constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.05 s Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:03.806 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:03.807 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:03.807 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:03.807 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:03.807 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:03.807 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:03.818 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:03.818 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:03.818 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:03.818 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:03.818 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:03.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:03.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:03.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:03.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:03.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:03.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:03.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:03.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:03.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:03.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:03.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:03.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:03.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:03.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:03.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:03.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]... 12:06:03.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:03.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:03.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:03.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:03.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:04.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:04.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:04.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:04.362 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:04.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:04.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:04.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:04.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:04.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:04.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:04.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:04.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:04.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:04.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:04.864 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:04.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:04.864 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:04.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:04.864 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:04.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown 12:06:04.864 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:04.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 12:06:04.864 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:04.864 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:04.864 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:04.865 INFO [main][AbstractShell] Close shell Testing shell 12:06:04.865 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:04.869 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:04.869 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:04.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:04.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:04.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:04.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:04.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:04.887 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:04.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:04.887 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:04.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:04.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:04.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:04.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:04.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:04.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:04.910 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:04.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:04.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:04.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:04.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:04.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 12:06:04.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:04.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:04.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:04.912 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:04.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:05.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:05.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:05.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:05.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:05.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:05.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:05.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:05.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:05.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:06:05.416 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:05.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:05.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:05.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:05.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:06:05.919 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:05.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:05.919 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:06:05.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:05.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:05.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 12:06:05.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:05.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:05.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:05.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:05.919 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:05.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:05.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:05.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:05.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:05.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:05.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:05.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 12:06:05.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:05.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:05.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:05.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:05.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:05.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:05.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:05.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:06:05.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:05.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:06:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:05.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:06:05.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:05.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:06:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:05.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:05.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 12:06:05.921 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:05.921 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:05.921 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:05.921 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:05.921 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:05.921 INFO [main][AbstractShell] Close shell Testing shell 12:06:05.921 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:05.925 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:05.925 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:05.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:05.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:05.925 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:05.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:05.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:05.930 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:05.931 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:05.931 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:05.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:05.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:05.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:05.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:05.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:05.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:05.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:05.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:05.958 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:05.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:05.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:05.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:05.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:05.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:05.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 12:06:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 12:06:05.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:05.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:05.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:05.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:05.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:05.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:05.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 12:06:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 12:06:05.961 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:05.961 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:05.961 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:05.961 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:05.961 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:05.961 INFO [main][AbstractShell] Close shell Testing shell 12:06:05.961 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:05.965 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:05.965 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:05.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:05.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:05.965 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:05.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:05.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:05.983 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:05.983 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:05.983 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:05.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:05.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:05.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:05.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:05.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:05.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:05.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:05.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:05.999 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:05.999 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:05.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:05.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:05.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:05.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:05.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:06.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]... 12:06:06.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:06.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:06.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:06.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:07.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:07.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:07.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown 12:06:07.002 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:07.003 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:07.003 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:07.003 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:07.003 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:07.003 INFO [main][AbstractShell] Close shell Testing shell 12:06:07.003 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:07.009 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:07.009 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:07.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:07.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:07.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:07.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:07.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:07.017 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:07.017 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:07.017 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:07.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:07.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:07.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:07.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:07.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:07.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:07.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:07.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:07.061 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:07.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:07.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:07.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:07.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:07.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:07.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:07.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 12:06:07.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:07.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:08.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:08.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 12:06:08.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:08.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:08.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:08.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:08.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:08.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:08.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 12:06:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:08.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:08.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:09.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:09.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:09.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 12:06:09.067 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:09.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 12:06:09.067 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:09.068 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:09.068 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:09.068 INFO [main][AbstractShell] Close shell Testing shell 12:06:09.068 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:09.073 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:09.073 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:09.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:09.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:09.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:09.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:09.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:09.079 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:09.079 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:09.080 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:09.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:09.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:09.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:09.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:09.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:09.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:09.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:09.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:09.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:09.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:09.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:09.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:09.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:09.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:09.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:09.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null... 12:06:10.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown 12:06:10.617 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:10.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 12:06:10.617 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:10.617 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:10.617 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:10.617 INFO [main][AbstractShell] Close shell Testing shell 12:06:10.617 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:10.622 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:10.622 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:10.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:10.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:10.622 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:10.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:10.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:10.628 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:10.628 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:10.628 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:10.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:10.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:10.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:10.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:10.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:10.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:10.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:10.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:10.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:10.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:10.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:10.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 12:06:12.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown 12:06:12.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:12.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:12.168 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:12.168 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:12.169 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:12.169 INFO [main][AbstractShell] Close shell Testing shell 12:06:12.169 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:12.173 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:12.173 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:12.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:12.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:12.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:12.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:12.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:12.192 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:06:12.192 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:06:12.192 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:12.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:12.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:12.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.386 s - in org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.069 s testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.043 s testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 0.052 s testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.034 s testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 2.062 s testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.548 s testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.564 s Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest 12:06:12.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:06:12.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:06:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:12.208 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:06:12.208 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:06:12.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:12.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:12.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:12.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:06:12.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:06:12.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:12.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:12.244 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:06:12.244 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:06:12.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:12.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:12.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:12.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:06:12.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:06:12.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:12.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:12.274 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell' 12:06:12.275 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell' 12:06:12.291 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:06:12.292 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:06:12.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:12.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:12.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:06:12.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:06:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:06:12.304 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:06:12.304 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:06:12.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:12.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:12.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:12.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:06:12.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:06:12.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:12.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:12.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:13.337 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 12:06:13.337 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:06:13.338 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:06:13.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:13.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:13.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:13.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:06:13.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:06:13.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:13.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:13.367 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:06:13.367 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:06:13.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:13.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:13.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:06:13.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:06:13.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:13.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:13.403 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:06:13.403 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:06:13.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:13.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:13.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:13.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:06:13.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:06:13.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:13.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:13.435 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:06:13.435 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:06:13.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:13.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:13.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:13.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:06:13.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:06:13.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:13.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:13.473 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:06:13.473 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:06:13.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:13.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:13.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:13.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:06:13.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:06:13.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:13.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:13.503 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:06:13.503 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:06:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:13.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:13.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:06:13.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:06:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:13.535 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:06:13.535 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:06:13.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:13.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:13.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:06:13.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:06:13.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:06:13.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:13.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:13.567 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:06:13.567 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:06:13.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:13.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.027 s testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.029 s testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.043 s testWaitUntil(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.028 s testWaitWhile(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 1.034 s testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.029 s testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.037 s testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.031 s testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.026 s testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.042 s testShellWithMatcher(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.032 s testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.031 s Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:13.592 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:13.592 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:13.593 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:13.593 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:13.593 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:13.593 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:13.593 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:13.593 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:13.593 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:13.593 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:13.593 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:13.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:13.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:13.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:13.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:13.681 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 12:06:13.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:13.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:13.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:13.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:13.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:13.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:13.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:13.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:13.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:13.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:06:13.768 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:13.768 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:13.768 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:13.768 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:13.768 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:13.768 INFO [main][AbstractShell] Close shell Testing shell 12:06:13.768 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:13.774 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:13.774 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:13.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:13.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:13.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:13.781 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:13.781 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:13.781 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:13.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:13.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:13.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:13.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:13.869 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 12:06:13.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:13.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:13.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:13.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:13.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:13.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:13.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:06:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:06:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:06:13.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:13.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:13.958 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:13.959 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:13.959 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:13.959 INFO [main][AbstractShell] Close shell Testing shell 12:06:13.959 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:13.965 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:13.965 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:13.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:13.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:13.965 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:13.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:13.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:13.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:13.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:13.972 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:13.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:13.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:13.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:13.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:14.068 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 12:06:14.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:14.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:06:14.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:06:14.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:06:14.154 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:14.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 12:06:14.154 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:14.155 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:14.155 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:14.155 INFO [main][AbstractShell] Close shell Testing shell 12:06:14.155 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:14.161 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:14.161 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:14.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:14.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:14.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:14.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.166 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:14.167 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:14.167 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:14.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:14.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:14.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:14.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:14.332 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 12:06:14.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:14.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:14.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:06:14.448 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:14.448 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:14.448 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:14.448 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:14.448 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:14.448 INFO [main][AbstractShell] Close shell Testing shell 12:06:14.448 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:14.455 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:14.455 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:14.455 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:14.455 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:14.455 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:14.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.460 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:14.460 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:14.460 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:14.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:14.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:14.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:14.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:14.557 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 12:06:14.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.641 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.641 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:14.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:14.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:06:14.642 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:14.642 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:14.642 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:14.642 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:14.642 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:14.642 INFO [main][AbstractShell] Close shell Testing shell 12:06:14.642 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:14.648 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:14.648 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:14.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:14.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:14.648 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:14.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.654 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:14.654 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:14.654 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:14.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:14.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:14.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:14.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:14.740 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 12:06:14.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:14.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:06:14.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:06:14.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:06:14.843 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:14.843 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:14.843 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:14.844 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:14.844 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:14.844 INFO [main][AbstractShell] Close shell Testing shell 12:06:14.844 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:14.850 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:14.850 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:14.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:14.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:14.850 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:14.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.856 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:14.856 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:14.856 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:14.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:14.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:14.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:14.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:14.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:06:14.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:15.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:15.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:15.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:15.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:15.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:15.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:06:15.029 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 12:06:15.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:15.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:15.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:15.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:15.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:15.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:15.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:15.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:15.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:06:15.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:06:15.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:06:15.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:06:15.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:06:15.039 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:15.039 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:15.039 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:15.040 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:15.040 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:15.040 INFO [main][AbstractShell] Close shell Testing shell 12:06:15.040 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:15.046 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:15.046 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:15.046 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:15.046 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:15.046 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:15.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:15.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:15.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:15.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:15.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:15.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:15.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:15.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:15.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 12:06:15.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:15.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:15.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:15.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:15.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:15.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:15.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:15.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:15.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:06:15.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:06:15.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:06:15.235 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:15.235 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:15.235 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:15.235 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:15.235 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:15.235 INFO [main][AbstractShell] Close shell Testing shell 12:06:15.235 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:15.241 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:15.242 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:15.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:15.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:15.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:15.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:15.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:06:15.259 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:06:15.259 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:15.259 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:15.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.667 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.188 s tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.191 s tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.194 s tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.293 s tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.194 s tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.202 s tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.196 s tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.207 s Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:15.263 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:15.264 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:15.264 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:15.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:15.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:15.264 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:15.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:15.264 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:15.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:15.265 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:15.265 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:06:15.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:15.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:15.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:15.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:15.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 12:06:15.295 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 12:06:15.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:15.295 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") 12:06:15.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:15.295 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 12:06:15.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:15.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:15.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:15.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available.... 12:06:15.295 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 12:06:15.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:15.295 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") 12:06:15.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:15.295 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent 12:06:15.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:15.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:15.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:15.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:06:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 12:06:15.297 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 12:06:15.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 12:06:15.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:15.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:15.297 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") 12:06:15.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:15.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:15.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 12:06:15.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:15.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:15.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:15.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:15.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:15.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:06:15.298 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") 12:06:15.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:15.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:15.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 12:06:15.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:15.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:15.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:15.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:15.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:15.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:16.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:16.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:16.299 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found 12:06:16.299 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1 12:06:16.299 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1' 12:06:16.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:16.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:16.302 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2 12:06:16.302 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2' 12:06:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:16.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:16.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:16.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.330 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.330 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:06:16.330 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.330 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:06:16.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:16.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:06:16.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:06:16.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:06:16.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.359 INFO [WorkbenchTestable][AbstractShell] Close shell 12:06:16.359 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:06:16.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:16.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:16.372 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:16.372 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.372 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.372 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:06:16.372 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:06:16.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:16.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:16.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:16.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.373 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.373 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:06:16.373 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.373 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:06:16.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:16.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available.... 12:06:16.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully 12:06:16.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin 12:06:16.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.406 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin' 12:06:16.407 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 12:06:16.407 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin' 12:06:16.411 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 12:06:16.411 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin 12:06:16.411 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin' 12:06:16.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:16.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:16.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:16.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.424 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.424 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:06:16.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.424 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:06:16.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:16.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:06:16.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:06:16.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:06:16.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.465 INFO [WorkbenchTestable][AbstractShell] Close shell 12:06:16.466 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:06:16.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:16.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:16.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.474 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:06:16.474 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.474 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:06:16.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:16.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available.... 12:06:16.504 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 12:06:16.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell 12:06:16.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.507 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell 12:06:16.507 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell' 12:06:16.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:16.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:16.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.517 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.517 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:06:16.517 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:06:16.517 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.517 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.254 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 1.065 s testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.042 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.051 s testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.05 s closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.043 s Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:06:16.521 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:06:16.522 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:16.522 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.522 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:06:16.522 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.522 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:16.522 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.522 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:16.522 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.523 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 12:06:16.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:06:16.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.523 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:16.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:06:16.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.523 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.523 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 12:06:16.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.523 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 12:06:16.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:06:16.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.523 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:16.523 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 12:06:16.523 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:06:16.523 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 12:06:16.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:06:16.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.549 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 12:06:16.549 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:06:16.549 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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.026 s Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 12:06:16.555 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 12:06:16.556 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:16.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 12:06:16.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.556 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:16.557 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.557 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:16.557 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.557 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.557 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 12:06:16.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 12:06:16.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:16.572 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 12:06:16.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:06:16.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.572 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) 12:06:16.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:16.574 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:16.575 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:16.575 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:16.575 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:16.575 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:16.575 INFO [main][AbstractShell] Close shell Testing shell 12:06:16.575 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:16.578 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:16.578 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:16.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 12:06:16.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.603 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 12:06:16.603 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 12:06:16.603 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.603 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) Time elapsed: 0.046 s Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 12:06:16.607 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 12:06:16.608 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:16.608 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.608 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 12:06:16.608 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.608 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:16.611 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.611 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:16.611 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.611 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 12:06:16.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 12:06:16.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:16.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:16.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:06:16.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.624 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) 12:06:16.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:16.633 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell' 12:06:16.634 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:16.634 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:16.634 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:16.634 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:16.634 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:16.634 INFO [main][AbstractShell] Close shell Testing shell 12:06:16.634 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:16.637 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:16.637 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:16.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 12:06:16.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.655 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 12:06:16.655 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 12:06:16.655 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.655 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) Time elapsed: 0.044 s Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:06:16.660 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:06:16.660 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:16.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.660 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:06:16.660 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.660 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:16.661 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.661 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:16.661 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.661 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.661 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:06:16.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:06:16.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.663 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 12:06:16.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:16.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:16.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:06:16.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:16.668 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 12:06:16.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 12:06:16.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:16.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:16.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:16.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:16.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:16.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:16.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:06:16.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.684 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:06:16.684 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.684 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:06:16.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:06:16.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.686 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 12:06:16.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:16.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.688 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:16.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 12:06:16.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:16.691 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 12:06:16.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 12:06:16.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:16.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:16.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:16.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:16.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.692 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 12:06:16.693 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") 12:06:16.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:06:16.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:06:16.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.693 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:06:16.693 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.693 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:06:16.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:06:16.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.695 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 12:06:16.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:16.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.710 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:16.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 '\*?\QRedDeer SWT\E') 12:06:16.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:16.720 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 12:06:16.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 12:06:16.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:16.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:16.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:16.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.722 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 12:06:16.722 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") 12:06:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:06:16.722 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 12:06:16.722 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:06:16.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:16.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:06:16.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.723 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.723 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:06:16.723 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.723 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:06:16.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:06:16.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.726 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 12:06:16.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:16.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.728 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:16.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 12:06:16.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:16.738 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 12:06:16.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 12:06:16.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:16.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:16.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:16.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:16.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.740 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 12:06:16.740 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.*') 12:06:16.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:06:16.740 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 12:06:16.740 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:06:16.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:16.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:06:16.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.741 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:06:16.741 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:06:16.741 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.023 s testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.009 s testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.03 s testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.018 s Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:16.745 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:16.746 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:16.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.746 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:16.746 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.746 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:16.754 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.754 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:16.754 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.755 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.755 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:06:16.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:16.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:16.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:16.755 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") 12:06:16.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:06:16.759 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 12:06:16.759 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:06:16.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:16.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:16.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.759 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:06:16.759 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.760 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:06:16.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:16.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:16.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:16.760 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.*') 12:06:16.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:06:16.772 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 12:06:16.773 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:06:16.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:16.773 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:16.773 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.773 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.773 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:06:16.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.773 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:06:16.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:16.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.780 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.*'] 12:06:16.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:16.780 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.*'] 12:06:16.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:16.780 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.*'] 12:06:16.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:16.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:16.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:16.781 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:16.781 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:16.781 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:06:16.781 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:06:16.781 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:06:16.781 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:06:16.781 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:06:16.781 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:06:16.781 DEBUG [main][MenuItemLookup] Item match:Window 12:06:16.782 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:06:16.782 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:06:16.782 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:06:16.782 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:16.782 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:06:16.782 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:06:16.782 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:16.782 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:06:16.782 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:16.782 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:06:16.782 DEBUG [main][MenuItemLookup] Item match:Preferences 12:06:16.782 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:06:16.782 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:06:16.782 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:06:16.923 DEBUG [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.... 12:06:16.924 DEBUG [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 12:06:16.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:06:16.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:16.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:16.925 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:06:16.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:16.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:16.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:16.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:16.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:16.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:16.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:16.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:16.927 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:06:16.927 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:06:16.927 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:06:16.927 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:06:16.927 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 12:06:16.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:16.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:16.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:16.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:06:16.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 12:06:16.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:16.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:16.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:16.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:16.928 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 12:06:16.928 DEBUG [main][TreeItemHandler] Selecting tree item: Java 12:06:16.929 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 12:06:16.929 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 12:06:16.929 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 12:06:16.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:16.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:16.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:16.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:06:16.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:16.980 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 12:06:16.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:06:16.981 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General 12:06:16.981 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:06:16.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:16.995 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 12:06:16.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:16.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:16.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:16.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:06:16.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:16.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:16.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:16.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:16.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:16.996 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:06:16.996 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:06:16.996 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:06:16.997 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:06:16.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:06:16.997 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:16.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.997 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:16.997 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:16.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:16.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:16.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:16.999 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:06:16.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:16.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:16.999 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:16.999 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:17.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:17.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:17.034 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:17.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.034 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:06:17.034 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:17.034 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:06:17.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:17.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:17.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:17.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:17.035 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.*'] 12:06:17.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:17.035 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.*'] 12:06:17.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:17.035 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.*'] 12:06:17.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:17.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:17.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:17.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:17.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:17.036 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:06:17.036 DEBUG [main][MenuItemLookup] Item match:Window 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:17.036 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:06:17.036 DEBUG [main][MenuItemLookup] Item match:Preferences 12:06:17.045 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:06:17.045 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:06:17.045 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:06:17.124 DEBUG [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.... 12:06:17.125 DEBUG [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 12:06:17.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:06:17.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:17.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:17.127 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:06:17.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:17.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:17.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:17.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:17.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:17.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:17.128 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:06:17.128 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:06:17.128 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:06:17.128 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:06:17.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:17.129 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 12:06:17.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:06:17.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:17.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:17.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:17.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:06:17.130 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:06:17.130 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:06:17.130 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:06:17.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:06:17.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:17.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:17.132 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:06:17.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:17.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:17.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:17.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:17.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:17.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:17.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:17.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.154 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:06:17.154 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:17.154 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:06:17.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:17.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:17.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:17.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:17.154 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.*'] 12:06:17.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:17.154 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.*'] 12:06:17.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:17.154 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.*'] 12:06:17.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:17.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:17.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:17.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:17.155 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:17.155 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:06:17.155 DEBUG [main][MenuItemLookup] Item match:Window 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:17.155 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:06:17.155 DEBUG [main][MenuItemLookup] Item match:Preferences 12:06:17.155 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:06:17.155 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:06:17.155 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:06:17.238 DEBUG [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.... 12:06:17.239 DEBUG [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 12:06:17.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:06:17.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:17.241 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:06:17.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:17.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 12:06:17.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:17.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:17.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:17.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:17.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:06:17.253 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:06:17.253 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:06:17.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:06:17.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:17.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.253 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:17.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:17.254 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 12:06:17.254 DEBUG [main][TreeItemHandler] Selecting tree item: Java 12:06:17.254 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 12:06:17.254 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 12:06:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:17.305 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.*') 12:06:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:06:17.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:17.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:17.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:17.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:06:17.306 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:06:17.306 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:06:17.307 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:06:17.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:06:17.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:17.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:17.322 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:06:17.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:17.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:17.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:17.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:17.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:17.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:17.360 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:17.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.360 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:06:17.360 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:17.360 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:06:17.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:17.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:17.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:17.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:17.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:17.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:17.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:17.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:17.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:17.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:17.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:17.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:17.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:17.361 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:17.361 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:06:17.362 DEBUG [main][MenuItemLookup] Item match:Window 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:17.362 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:06:17.362 DEBUG [main][MenuItemLookup] Item match:Preferences 12:06:17.362 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:06:17.362 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:06:17.362 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:06:17.438 DEBUG [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.... 12:06:17.439 DEBUG [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 12:06:17.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:06:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:17.441 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:06:17.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:17.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:17.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:17.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:17.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:17.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:17.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:06:17.442 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:06:17.442 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:06:17.442 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:06:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:06:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:17.443 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 12:06:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found 12:06:17.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 12:06:17.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:17.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:17.445 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:06:17.445 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:06:17.445 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:06:17.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:06:17.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:06:17.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:06:17.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:17.459 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:06:17.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:17.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:17.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:17.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:17.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:17.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:17.488 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:17.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.489 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:06:17.489 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:06:17.489 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:17.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:17.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.489 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.004 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.261 s testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.12 s testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.206 s testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.129 s Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:17.493 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:17.494 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:17.494 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:17.494 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:17.494 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:17.494 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:17.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:17.507 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:17.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:17.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:17.507 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:06:17.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:17.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:17.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:17.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:17.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:06:17.520 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 12:06:17.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 12:06:17.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:17.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:17.521 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 12:06:17.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 12:06:17.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:17.521 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:17.521 INFO [WorkbenchTestable][Keyboard] Type text "test123" 12:06:17.522 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:17.522 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:06:18.123 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:18.123 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:06:18.724 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:18.724 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:06:19.325 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:19.325 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:06:19.926 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:19.926 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 12:06:20.527 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:20.527 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 12:06:21.128 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:21.128 INFO [WorkbenchTestable][Keyboard] As char:3, as int:51 12:06:21.730 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:06:21.730 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 12:06:21.730 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 12:06:21.731 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:21.731 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:21.731 INFO [main][AbstractShell] Close shell Keyboard testing shell 12:06:21.731 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 12:06:21.734 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:21.734 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:21.735 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:21.735 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:21.735 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:21.740 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:06:21.740 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:21.740 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:06:21.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:21.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:21.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:21.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:21.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:06:21.764 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 12:06:21.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 12:06:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:21.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:21.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:21.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 12:06:21.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:21.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:21.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:21.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:21.764 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:21.765 INFO [WorkbenchTestable][Keyboard] Type text "test" 12:06:21.765 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:21.765 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:06:22.366 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:22.366 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:06:22.967 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:22.967 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:06:23.568 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:23.569 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:06:24.170 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 12:06:24.170 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 12:06:24.371 INFO [WorkbenchTestable][Keyboard] Move cursor 12:06:24.571 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:24.571 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:24.771 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:25.174 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:25.174 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:25.374 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:25.575 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 12:06:25.776 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 12:06:25.776 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 12:06:25.976 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120 12:06:25.976 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120 12:06:26.177 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120 12:06:26.378 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 12:06:26.579 INFO [WorkbenchTestable][Keyboard] Move cursor 12:06:26.779 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:26.779 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:26.979 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:27.381 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:27.381 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:27.581 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:27.983 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:27.983 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:28.183 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:28.584 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:28.584 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:28.785 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:29.186 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:29.186 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:29.386 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:29.587 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 12:06:29.587 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 12:06:29.787 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 12:06:29.787 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 12:06:29.988 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 12:06:30.189 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 12:06:30.391 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:06:30.391 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 12:06:30.391 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 12:06:30.391 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:30.392 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:30.392 INFO [main][AbstractShell] Close shell Keyboard testing shell 12:06:30.392 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 12:06:30.395 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:30.395 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:30.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:30.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.396 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.400 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:06:30.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.400 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:06:30.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:30.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:06:30.429 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 12:06:30.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 12:06:30.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:30.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:30.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:30.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 12:06:30.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:30.430 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:30.430 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}" 12:06:30.430 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:30.430 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 12:06:30.631 INFO [WorkbenchTestable][Keyboard] As char:[, as int:91 12:06:31.632 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:31.632 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 12:06:31.832 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 12:06:32.834 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:32.834 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 12:06:33.034 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:06:34.036 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:34.036 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:06:34.637 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:34.637 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:06:35.238 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:35.238 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:06:35.839 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:35.839 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 12:06:36.039 INFO [WorkbenchTestable][Keyboard] As char:], as int:93 12:06:37.041 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:06:37.041 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 12:06:37.041 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 12:06:37.042 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:37.042 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:37.042 INFO [main][AbstractShell] Close shell Keyboard testing shell 12:06:37.042 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 12:06:37.046 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:37.046 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:37.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:37.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:37.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:37.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.053 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:06:37.053 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:37.053 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:06:37.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:37.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:37.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:37.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:37.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:06:37.075 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 12:06:37.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 12:06:37.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:37.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:37.075 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 12:06:37.075 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:37.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 12:06:37.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:37.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:37.076 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:37.076 INFO [WorkbenchTestable][Keyboard] Type text "test" 12:06:37.077 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:37.077 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:06:37.678 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:37.678 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:06:38.279 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:38.279 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:06:38.880 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:38.880 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:06:39.481 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 12:06:39.481 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 12:06:39.681 INFO [WorkbenchTestable][Keyboard] Move cursor 12:06:39.881 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:39.881 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:40.082 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:40.483 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:40.483 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:40.684 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:40.885 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 12:06:41.085 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127 12:06:41.085 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127 12:06:41.286 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127 12:06:41.487 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:06:41.487 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 12:06:41.487 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 12:06:41.488 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:41.488 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:41.488 INFO [main][AbstractShell] Close shell Keyboard testing shell 12:06:41.488 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 12:06:41.491 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:41.492 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:41.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:41.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:41.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:41.497 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:06:41.497 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:41.497 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:06:41.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:41.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:41.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:41.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:41.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:41.497 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:41.497 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:06:41.698 INFO [WorkbenchTestable][Keyboard] As char:h, as int:104 12:06:42.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available.... 12:06:42.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. finished successfully 12:06:42.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search 12:06:42.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:42.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:42.710 INFO [WorkbenchTestable][AbstractShell] Close shell Search 12:06:42.710 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search' 12:06:42.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:42.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:42.730 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:06:42.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:42.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.730 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.731 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:06:42.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:06:42.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:42.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:06:42.756 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 12:06:42.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 12:06:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:42.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:42.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 12:06:42.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:42.757 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:42.757 INFO [WorkbenchTestable][Keyboard] Type text "test" 12:06:42.758 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:42.758 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:06:43.359 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:43.359 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:06:43.960 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:43.960 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:06:44.561 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:06:44.561 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:06:45.162 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 12:06:45.162 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 12:06:45.362 INFO [WorkbenchTestable][Keyboard] Move cursor 12:06:45.563 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:45.563 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:45.763 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:46.165 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:46.165 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:46.365 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:46.567 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 12:06:46.767 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 12:06:46.767 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 12:06:46.967 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99 12:06:46.968 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99 12:06:47.168 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99 12:06:47.369 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 12:06:47.569 INFO [WorkbenchTestable][Keyboard] Move cursor 12:06:47.770 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:47.770 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:47.970 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:48.371 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:48.371 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:48.572 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:48.973 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:48.973 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:49.173 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:49.574 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:49.575 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:49.775 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:50.196 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:06:50.196 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:06:50.396 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:06:50.597 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 12:06:50.597 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 12:06:50.798 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 12:06:50.798 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 12:06:50.998 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 12:06:51.199 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 12:06:51.400 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:06:51.400 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 12:06:51.400 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 12:06:51.401 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:51.401 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:51.401 INFO [main][AbstractShell] Close shell Keyboard testing shell 12:06:51.401 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 12:06:51.405 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:51.406 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:51.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:51.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:51.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:51.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:51.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:51.423 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:06:51.423 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:06:51.423 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:51.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:51.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:51.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.93 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.233 s cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.66 s typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.652 s selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.444 s keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 1.234 s copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.692 s Running org.eclipse.reddeer.swt.test.WidgetResolverTest 12:06:51.428 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest 12:06:51.428 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:51.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:51.428 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 12:06:51.429 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:51.429 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:51.429 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:51.429 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:51.429 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:51.429 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:51.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 12:06:51.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 12:06:51.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:51.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:51.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:51.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:51.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:51.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:51.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:51.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:51.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers 12:06:51.435 TRACE [WorkbenchTestable][WidgetLookup] 145 widget(s) found 12:06:51.435 INFO [WorkbenchTestable][WidgetResolverTest] Testing 145 widgets for matching children to parent. 12:06:51.438 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@60d5f350] 12:06:51.438 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4d390a0c] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@60d5f350] 12:06:51.438 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@358ebd61] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@60d5f350] 12:06:51.439 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@75e355e] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@60d5f350] 12:06:51.439 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@60d5f350] 12:06:51.439 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@4db203fb] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:06:51.439 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@4db203fb] 12:06:51.440 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}]}] 12:06:51.440 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@d97ca99] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:06:51.440 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7b95eab0] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@d97ca99] 12:06:51.440 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@d97ca99] 12:06:51.440 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@433f4eed] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@d97ca99] 12:06:51.440 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1ecf20aa] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@d97ca99] 12:06:51.441 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7b95eab0] 12:06:51.441 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7b95eab0] 12:06:51.442 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@7b95eab0] 12:06:51.442 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7b95eab0] 12:06:51.442 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7b95eab0] 12:06:51.442 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.442 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.443 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}] 12:06:51.443 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}] 12:06:51.446 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:06:51.446 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:06:51.447 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.447 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:06:51.447 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 12:06:51.448 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}] 12:06:51.448 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}]}] 12:06:51.448 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} [layout=null] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] 12:06:51.448 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}] 12:06:51.449 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}] 12:06:51.449 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}] 12:06:51.449 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 12:06:51.449 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}] 12:06:51.449 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 12:06:51.450 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}] 12:06:51.450 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 12:06:51.450 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}] 12:06:51.450 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Package Explorer} 12:06:51.451 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:06:51.451 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5a5c9a46] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:06:51.451 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5a5c9a46] 12:06:51.451 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@5a5c9a46] 12:06:51.451 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5a5c9a46] 12:06:51.451 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@5a5c9a46] 12:06:51.452 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.452 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.452 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}] 12:06:51.453 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}] 12:06:51.453 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}] 12:06:51.453 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}] 12:06:51.453 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}] 12:06:51.453 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}] 12:06:51.453 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}] 12:06:51.454 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}] 12:06:51.454 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}] 12:06:51.454 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}] 12:06:51.454 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}] 12:06:51.455 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@433f4eed] 12:06:51.455 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@433f4eed] 12:06:51.455 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@433f4eed] 12:06:51.455 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@433f4eed] 12:06:51.455 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@433f4eed] 12:06:51.455 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}] 12:06:51.456 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}] 12:06:51.456 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.456 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.456 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:06:51.456 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 12:06:51.456 INFO [WorkbenchTestable][WidgetResolverTest] Child widget PageBook {} [layout=org.eclipse.ui.part.PageBook$PageBookLayout@12899f13] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:06:51.457 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@12899f13] 12:06:51.457 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}] 12:06:51.457 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Outline} 12:06:51.457 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1ecf20aa] 12:06:51.458 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1ecf20aa] 12:06:51.458 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@1ecf20aa] 12:06:51.458 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1ecf20aa] 12:06:51.458 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1ecf20aa] 12:06:51.458 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1ecf20aa] 12:06:51.458 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1ecf20aa] 12:06:51.458 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1ecf20aa] 12:06:51.458 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1ecf20aa] 12:06:51.459 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1ecf20aa] 12:06:51.459 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1ecf20aa] 12:06:51.459 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1ecf20aa] 12:06:51.459 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1ecf20aa] 12:06:51.459 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.459 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.460 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}] 12:06:51.460 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}] 12:06:51.460 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] 12:06:51.460 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.460 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:06:51.460 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 12:06:51.461 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Problems} 12:06:51.461 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT} 12:06:51.461 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Error Log} 12:06:51.461 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT Controls} 12:06:51.461 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@b300af4] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4d390a0c] 12:06:51.461 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4d390a0c] 12:06:51.462 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@b300af4] 12:06:51.462 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@b300af4] 12:06:51.462 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {}] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@b300af4] 12:06:51.462 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.462 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {}] matches to its parent widget Composite {} [layout=GridLayout {}] 12:06:51.462 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 12:06:51.463 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 12:06:51.463 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget ImageBasedFrame {} [layout=null] 12:06:51.463 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} [layout=null] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 12:06:51.463 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}] 12:06:51.463 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {topControl=ProgressBar {}}] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 12:06:51.463 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 12:06:51.464 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@358ebd61] 12:06:51.464 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@358ebd61] 12:06:51.464 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@358ebd61] 12:06:51.464 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@358ebd61] 12:06:51.464 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@358ebd61] 12:06:51.464 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@358ebd61] 12:06:51.464 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@358ebd61] 12:06:51.464 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@358ebd61] 12:06:51.465 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@358ebd61] 12:06:51.465 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@358ebd61] 12:06:51.465 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@358ebd61] 12:06:51.465 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@358ebd61] 12:06:51.465 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@358ebd61] 12:06:51.465 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:06:51.465 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:06:51.466 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:06:51.466 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:06:51.466 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:06:51.466 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=undo, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:06:51.466 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=redo, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:06:51.467 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:06:51.467 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] 12:06:51.467 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] 12:06:51.467 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:06:51.467 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] 12:06:51.467 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] 12:06:51.468 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:06:51.468 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] 12:06:51.468 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] 12:06:51.468 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:06:51.468 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] 12:06:51.469 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:06:51.469 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:06:51.469 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:06:51.469 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:06:51.470 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] 12:06:51.470 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] 12:06:51.470 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] 12:06:51.470 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] 12:06:51.470 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:06:51.470 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:06:51.470 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:06:51.471 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] 12:06:51.471 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}] 12:06:51.472 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}] 12:06:51.472 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.472 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] 12:06:51.472 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}] 12:06:51.472 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.473 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:06:51.473 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.ui.resourcePerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@36238b12 (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@3e4afd10, 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] 12:06:51.474 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.jdt.ui.JavaPerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@4b360a82 (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@3e4afd10, 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] 12:06:51.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 12:06:51.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:51.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:51.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:51.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:51.474 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 12:06:51.474 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 12:06:51.474 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:51.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:51.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:51.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.swt.test.EditorBarTest 12:06:51.479 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest 12:06:51.479 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:51.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:51.479 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 12:06:51.479 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:51.479 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:51.480 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:51.480 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:51.480 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:51.480 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:51.480 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 12:06:51.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 12:06:51.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:51.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:51.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:51.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:51.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:51.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:51.481 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:51.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:51.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:51.481 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:51.481 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:51.481 DEBUG [main][MenuItemLookup] Item match:File 12:06:51.482 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:06:51.482 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:51.486 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:06:51.486 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:06:51.486 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:06:51.486 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:06:51.486 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:06:51.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 12:06:51.582 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 12:06:51.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:51.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:51.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:51.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:06:51.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:51.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:51.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:51.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:51.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:51.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:51.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:06:51.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:06:51.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:52.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:52.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:06:52.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:06:52.090 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:06:52.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:52.090 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:06:52.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:52.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:06:52.090 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:06:52.090 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:06:52.090 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:06:52.093 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:06:52.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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 >") 12:06:52.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:52.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:52.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:52.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:06:52.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:52.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:52.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:52.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:52.095 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:06:52.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:52.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:52.095 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:52.095 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:06:52.136 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 12:06:52.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:06:52.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:52.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:52.137 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:") 12:06:52.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:52.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:52.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:52.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:06:52.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:52.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:52.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:52.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:52.138 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:52.139 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test 12:06:52.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:06:52.141 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:52.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:52.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:52.141 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:06:52.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:52.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:52.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:52.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:52.142 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:06:52.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:52.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:52.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:52.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:52.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:52.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:52.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:06:52.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:06:52.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:06:52.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:06:52.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:06:52.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:06:52.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:52.657 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:06:52.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:52.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:52.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:52.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:52.658 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:52.658 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:52.658 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:06:52.658 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:06:52.658 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:06:52.658 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:06:52.658 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:06:52.658 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:06:52.658 DEBUG [main][MenuItemLookup] Item match:Window 12:06:52.659 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:06:52.659 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:06:52.659 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:06:52.659 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:52.659 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:06:52.659 DEBUG [main][MenuItemLookup] Item match:Show View 12:06:52.662 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:06:52.662 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:06:52.662 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:06:52.662 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:06:52.662 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:06:52.662 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:06:52.662 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:06:52.662 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:06:52.662 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:06:52.663 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:06:52.663 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:06:52.663 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:06:52.663 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:06:52.663 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:52.663 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:06:52.663 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:06:52.663 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:06:52.663 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:06:52.663 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:06:52.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:06:52.714 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 12:06:52.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:06:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:52.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:52.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:52.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:06:52.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:52.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:52.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:52.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:52.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:52.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:06:52.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:06:52.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:52.717 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:06:52.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:52.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:06:52.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:06:52.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:06:52.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:52.717 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:06:52.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:52.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:06:52.717 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:06:52.717 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:06:52.717 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:06:52.718 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:06:52.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:52.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:52.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:52.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:06:52.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:52.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:06:52.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:52.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:52.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:52.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:06:52.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:52.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:52.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:52.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:52.719 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:06:52.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:52.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:52.719 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:52.719 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:52.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:52.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:52.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:06:52.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:06:52.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:52.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:52.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:06:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:52.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:52.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:52.766 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:06:52.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:06:52.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:52.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:52.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:52.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:52.768 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:06:52.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:06:52.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:52.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:06:52.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:06:52.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:06:52.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:52.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:06:52.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:06:52.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:06:52.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:52.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:06:52.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:52.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:53.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:53.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:53.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:53.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:53.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:06:53.773 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:06:53.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:06:53.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:53.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:06:53.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:06:53.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:53.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:53.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:53.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:53.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:53.776 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 12:06:53.783 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:06:53.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:06:53.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:53.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:06:53.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 12:06:53.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:53.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:53.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:53.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:53.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:53.785 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:06:53.785 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:06:53.785 DEBUG [main][TreeItemHandler] Set Tree selection 12:06:53.785 DEBUG [main][TreeHandler] Notify Tree about selection event 12:06:53.799 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:06:53.819 DEBUG [WorkbenchTestable][TreeItemHandler] EditorBarTest-test 12:06:53.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:53.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:53.819 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:53.819 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:53.819 DEBUG [main][MenuItemLookup] Item match:File 12:06:53.820 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:06:53.820 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:06:53.823 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:06:53.823 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:06:53.823 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:53.823 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:06:53.823 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:06:53.823 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:06:53.823 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:06:53.823 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:06:53.823 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:06:53.823 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:06:53.823 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:06:53.823 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:06:53.823 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:53.823 DEBUG [main][MenuItemLookup] Item match:File 12:06:53.825 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File" 12:06:53.825 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File 12:06:53.825 INFO [main][MenuItemHandler] Select menu item: File 12:06:53.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:06:53.919 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 12:06:53.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:06:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:53.920 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:") 12:06:53.920 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:53.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 12:06:53.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:53.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:53.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:53.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:53.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:53.924 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:53.925 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb 12:06:53.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:06:53.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:53.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:53.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:53.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 12:06:53.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:53.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:53.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:53.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:53.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:53.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:53.928 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:06:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:53.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:53.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:54.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:54.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ab29ad0 is found... 12:06:54.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ab29ad0 is found finished successfully 12:06:54.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qeditor-with-toolbar\E') 12:06:54.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:54.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:54.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:54.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:54.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:54.447 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:54.447 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null 12:06:54.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:54.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:54.447 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent 12:06:54.447 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") 12:06:54.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:54.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:54.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:54.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:54.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:06:54.448 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task 12:06:54.448 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:06:54.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:54.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:54.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:54.450 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:06:54.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:54.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:54.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform 12:06:54.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:54.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:54.452 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform' 12:06:54.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:06:54.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:54.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:54.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:54.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:54.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:54.453 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:06:54.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:06:54.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:54.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:06:54.472 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:06:54.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:06:54.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:54.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:06:54.473 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:06:54.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:06:54.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:54.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:06:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:54.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:54.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:54.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:54.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:55.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:55.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:55.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:06:55.475 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:06:55.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:06:55.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:55.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:06:55.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:06:55.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:55.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:55.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:55.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:55.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:55.476 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 12:06:55.478 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 12:06:55.478 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 12:06:55.478 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 12:06:55.485 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 12:06:55.486 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:06:55.486 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'New' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:55.538 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:06:55.538 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:06:55.538 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:06:55.538 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:06:55.539 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:06:55.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:06:55.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:06:55.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:06:56.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:06:56.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:06:56.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:06:56.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:06:56.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:06:56.040 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer 12:06:56.041 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 12:06:56.041 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 12:06:56.041 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 12:06:56.051 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 12:06:56.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:06:56.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:56.075 DEBUG [main][MenuItemLookup] Found menu:'New' 12:06:56.075 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:06:56.075 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:56.075 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:06:56.075 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:56.075 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:06:56.075 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:06:56.075 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:06:56.075 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:06:56.075 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:06:56.075 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:06:56.075 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:06:56.125 DEBUG [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.... 12:06:56.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 'Delete.*'] is available. finished successfully 12:06:56.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:06:56.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:56.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:56.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:56.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:56.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:06:56.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:56.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:56.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:56.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:06:56.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:56.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:56.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:56.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:56.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:56.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:56.717 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:06:56.717 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:06:56.717 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:06:56.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:56.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:56.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:56.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:56.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 12:06:56.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:56.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:56.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:56.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:06:56.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:56.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:56.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:56.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:56.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:56.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:56.719 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:06:56.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:56.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:56.719 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:56.719 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:56.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:06:56.727 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:06:57.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:06:57.229 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:06:57.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:06:57.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:06:57.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:06:57.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:06:57.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:06:57.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:06:57.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:06:57.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 12:06:57.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:57.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:57.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:57.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:57.229 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 12:06:57.229 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 12:06:57.229 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:57.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:57.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:57.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.752 s - in org.eclipse.reddeer.swt.test.EditorBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) Time elapsed: 5.749 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.v20230828-1200 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.core.test --- [INFO] Resolving class path of RedDeer Core Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.core.test --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.core.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest 12:07:10.318 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 12:07:10.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:10.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:10.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:10.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:10.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:10.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:10.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:10.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:10.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:10.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:07:10.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:10.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:10.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:10.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:10.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:10.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:10.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:10.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:10.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:10.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:10.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:10.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:10.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:10.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:10.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:10.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:10.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:10.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:10.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:10.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:10.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:10.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:10.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:10.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:10.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:10.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:10.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:07:10.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:07:10.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:10.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:10.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:10.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:10.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:10.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:07:10.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 12:07:10.844 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:10.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 12:07:10.847 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:10.847 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:10.847 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:10.847 INFO [main][AbstractShell] Close shell Testing shell 12:07:10.848 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:10.922 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:10.922 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:11.230 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 12:07:11.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:11.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:11.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:07:11.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:11.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:11.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.487 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:11.487 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:11.487 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:11.487 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:11.487 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:11.487 INFO [main][AbstractShell] Close shell Testing shell 12:07:11.487 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:11.497 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:11.498 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:11.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:11.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:11.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:07:11.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:11.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 12:07:11.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:07:11.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:07:11.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:07:11.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:07:11.758 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 12:07:11.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:11.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:11.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:07:12.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:12.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.004 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:12.005 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:12.005 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:12.006 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:12.006 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:12.006 INFO [main][AbstractShell] Close shell Testing shell 12:07:12.006 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:12.021 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:12.021 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:12.306 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 12:07:12.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:12.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:12.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:12.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:07:12.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:12.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.555 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:12.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 12:07:12.555 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:12.556 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:12.556 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:12.556 INFO [main][AbstractShell] Close shell Testing shell 12:07:12.556 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:12.565 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:12.566 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:12.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:12.831 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 12:07:12.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:13.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:13.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:13.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:13.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:13.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:13.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:13.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:07:13.073 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 12:07:13.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:13.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.073 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:13.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:13.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:13.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:13.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:13.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:13.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:13.074 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 12:07:13.074 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:13.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.074 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:13.074 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:13.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:13.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:13.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:13.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:13.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:13.078 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 12:07:13.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:13.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:13.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:13.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:13.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:13.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:13.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:13.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:07:13.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:13.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:13.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:13.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:13.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:13.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:13.113 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:13.114 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:13.114 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:13.114 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:13.115 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:13.115 INFO [main][AbstractShell] Close shell Testing shell 12:07:13.115 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:13.131 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:13.131 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:13.408 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 12:07:13.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:13.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:13.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:13.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:13.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:13.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:13.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:13.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:07:13.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:13.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:13.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:13.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:13.645 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:13.645 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:13.645 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:13.646 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:13.646 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:13.646 INFO [main][AbstractShell] Close shell Testing shell 12:07:13.646 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:13.655 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:13.655 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.036 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 1.203 s testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.574 s testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.523 s testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.544 s testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.566 s testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.523 s Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:13.694 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:07:13.707 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:07:13.716 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:07:13.717 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:07:13.733 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:13.746 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:13.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:13.749 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:13.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:07:13.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:07:13.752 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:07:13.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:13.753 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:13.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:13.780 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:13.811 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:13.813 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:13.814 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:07:13.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:13.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:13.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:13.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:13.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:13.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:13.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:13.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:13.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:13.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:13.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:07:13.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:14.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:14.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:15.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:15.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 12:07:15.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:07:15.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:07:15.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:07:16.823 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 12:07:16.823 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:16.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:16.828 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:16.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:16.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:16.829 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:07:16.829 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:16.830 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:07:16.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:16.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:16.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:16.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:16.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:16.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:16.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:07:16.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:17.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:17.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:18.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:18.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:19.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:19.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:20.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:20.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:20.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown 12:07:21.837 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed 12:07:21.837 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:21.837 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:21.837 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:21.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:21.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:21.839 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:07:21.839 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:21.839 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:07:21.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:21.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:21.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:21.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:21.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:21.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:21.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:07:21.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:07:21.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:22.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:07:22.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:22.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:07:22.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:23.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:07:23.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:23.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:07:23.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:24.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:07:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:24.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:07:24.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:25.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:07:25.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:25.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:07:25.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:26.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:07:26.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:26.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:07:26.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:27.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:07:27.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:27.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:07:27.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:07:27.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:07:27.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:07:28.845 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed 12:07:28.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:28.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:28.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:28.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:28.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:28.846 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:07:28.846 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:28.846 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:07:28.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:28.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:28.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:28.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:07:28.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:07:28.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:29.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:07:29.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:29.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:07:29.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:30.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:07:30.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:30.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:07:30.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:31.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:07:31.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:31.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:32.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:32.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:33.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:33.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:34.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:34.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:35.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:36.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:36.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:37.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:07:37.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:07:37.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:07:37.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:07:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:07:38.853 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 12:07:38.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:38.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:38.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:38.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:38.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:38.854 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:07:38.854 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:38.854 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:07:38.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:38.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:38.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:38.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:07:38.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:39.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:39.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:40.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:40.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:41.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:41.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:42.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:42.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:43.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:43.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:44.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:07:44.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 12:07:44.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:07:44.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:07:44.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:07:44.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:07:45.859 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 12:07:46.859 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 12:07:46.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:46.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:46.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:46.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:46.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:46.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:07:46.860 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:46.861 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:07:46.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:46.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:46.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:46.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:46.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:07:46.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:07:46.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:07:46.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:47.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:47.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:48.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:07:48.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:07:48.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:07:48.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:07:48.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:07:48.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:48.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:48.862 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:48.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:48.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:48.863 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:07:48.864 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:07:48.864 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:48.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:48.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:48.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.172 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 3.015 s testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 5.008 s testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 7.006 s testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 10.008 s testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 8.006 s testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 2.002 s Running org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:07:48.873 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:07:48.875 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:48.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:48.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:07:48.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:48.876 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:48.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:48.876 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:48.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:48.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:48.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 12:07:48.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:07:48.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:48.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:48.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:49.131 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 12:07:49.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:49.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:49.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:49.372 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:49.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:49.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:49.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:49.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:49.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:07:49.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:49.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:49.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:49.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:49.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:49.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:49.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:49.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:49.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:49.405 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:49.405 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:49.405 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:49.405 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:49.405 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:49.405 INFO [main][AbstractShell] Close shell Testing shell 12:07:49.405 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:49.416 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:49.416 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:49.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:07:49.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:49.416 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:49.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:49.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:49.439 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 12:07:49.439 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:49.439 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 12:07:49.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:07:49.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:49.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:49.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:49.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:49.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:49.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:49.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:49.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:49.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:49.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:49.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:49.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:49.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:49.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:49.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:49.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:49.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:49.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:49.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:49.550 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 12:07:49.550 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 12:07:49.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:50.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:50.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 12:07:50.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 12:07:50.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:50.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:50.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 12:07:50.556 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 12:07:50.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 12:07:50.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:51.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:51.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 12:07:51.057 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 12:07:51.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:07:51.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:51.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:51.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:07:51.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:07:51.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:51.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 12:07:51.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:51.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:07:51.561 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 12:07:51.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:07:51.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:51.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 12:07:51.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:51.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:07:51.562 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 12:07:51.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 12:07:51.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:52.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:52.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 12:07:52.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 12:07:52.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:52.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 12:07:52.563 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 12:07:52.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 12:07:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:53.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:53.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 12:07:53.064 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:07:53.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:53.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:53.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:53.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:53.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:53.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:53.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:07:53.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:53.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:53.567 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:07:53.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:53.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:53.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:07:53.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:53.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:53.567 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 12:07:53.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:07:53.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:54.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:54.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:07:54.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:07:54.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:54.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:07:54.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:54.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:07:54.070 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 12:07:54.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:07:54.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:54.071 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:07:54.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:54.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:07:54.071 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 12:07:54.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 12:07:54.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:54.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:54.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 12:07:54.572 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 12:07:54.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:55.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:55.072 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 12:07:55.072 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 12:07:55.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 12:07:55.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:55.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:55.573 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 12:07:55.573 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 12:07:55.573 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 12:07:55.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:56.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:56.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 12:07:56.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 12:07:56.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:56.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:56.574 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 12:07:56.575 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 12:07:56.575 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 12:07:56.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:57.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:57.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 12:07:57.075 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:57.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 12:07:57.076 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:57.076 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:57.076 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:57.076 INFO [main][AbstractShell] Close shell Testing shell 12:07:57.076 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:57.083 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:57.083 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:57.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:07:57.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:57.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:57.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.103 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 12:07:57.103 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:07:57.103 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:57.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:57.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.232 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 0.562 s testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 7.664 s Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest 12:07:57.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available.... 12:07:57.132 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 12:07:57.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 12:07:57.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:57.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:57.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 12:07:57.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:57.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:57.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 12:07:57.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:57.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:57.134 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell 12:07:57.134 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell' 12:07:57.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:07:57.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest) Time elapsed: 0.036 s Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:07:57.152 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:07:57.153 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:57.153 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:57.153 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:07:57.153 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:57.153 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:57.154 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:57.154 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:57.154 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:57.154 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:57.154 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 12:07:57.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:07:57.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:57.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:57.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:57.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:07:57.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:07:57.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:07:57.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:57.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:57.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:07:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:07:57.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:07:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:57.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:07:57.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:07:57.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:07:57.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:57.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:57.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:07:57.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:07:57.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:07:57.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:57.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:57.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:07:57.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:07:57.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:07:57.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:57.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:57.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:07:57.226 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 12:07:57.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:57.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:57.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:57.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:07:57.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:57.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.235 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:07:57.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:57.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:57.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:57.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:57.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:57.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:58.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:58.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:58.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:07:58.246 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:07:58.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:07:58.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:07:58.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:07:58.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:58.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:58.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:07:58.247 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:58.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:58.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:58.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:07:58.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:58.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:58.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:58.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:58.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:58.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:59.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:59.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:59.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:07:59.248 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:07:59.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:07:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:07:59.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:07:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:59.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:07:59.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:59.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:07:59.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:59.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:59.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:59.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:59.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:00.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:00.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:00.250 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:00.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:08:00.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:08:00.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:08:00.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:00.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:00.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:00.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:08:00.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:00.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:01.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:01.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:01.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:01.252 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:01.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:08:01.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:08:01.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:08:01.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:01.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:01.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:01.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:01.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:01.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:01.253 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:08:01.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:01.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:01.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:01.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:01.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:01.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:02.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:02.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:02.254 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:08:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:08:02.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:08:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:02.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:02.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:02.254 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:08:02.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:02.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:02.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:02.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:02.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:03.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:03.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:03.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:03.255 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:03.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:08:03.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:08:03.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:03.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:03.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:03.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:03.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:03.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:03.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:03.256 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:08:03.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:03.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:03.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:03.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:03.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:03.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:04.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:04.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:04.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:04.278 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:04.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:08:04.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:08:04.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:08:04.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:04.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:04.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:04.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:04.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:04.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:04.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:08:04.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:04.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:04.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:04.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:04.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:04.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:05.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:05.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:05.279 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:08:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:08:05.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:08:05.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:05.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:05.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:05.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:05.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:05.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:05.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:08:05.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:05.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:05.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:05.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:05.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:05.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:06.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:06.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:06.281 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:08:06.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 12:08:06.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:08:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:06.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 12:08:06.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:06.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:08:06.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:06.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:06.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:06.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:06.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:07.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:07.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:07.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:07.283 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:07.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:08:07.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:08:07.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:08:07.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:07.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:07.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:07.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:07.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:07.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:07.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:08:07.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:07.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:07.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:07.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:07.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:07.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:08.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:08.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:08.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:08.285 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:08.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:08:08.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:08:08.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:08:08.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:08.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:08.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:08.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:08.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:08.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:08.286 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:08:08.286 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:08.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:08.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:08.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:08.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:08.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:09.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:09.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:09.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:09.287 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:09.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:08:09.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:08:09.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:09.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:09.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:09.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 12:08:09.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:09.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:09.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:09.288 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:08:09.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:09.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:09.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:09.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:09.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:09.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:10.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:10.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:10.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:10.296 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:08:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:08:10.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:08:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:10.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:10.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:10.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:08:10.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:10.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:10.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:10.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:10.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:11.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:11.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:11.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:11.298 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:08:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:08:11.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:08:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:11.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:11.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:11.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:08:11.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:11.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:11.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:11.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:11.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:12.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:12.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:12.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:12.300 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:08:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:08:12.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:08:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:12.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:12.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:12.301 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:08:12.301 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:12.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:12.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:12.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:12.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:13.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:13.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:13.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:13.302 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:13.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:08:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:08:13.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:08:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.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 12:08:13.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:13.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:08:13.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:13.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:13.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:13.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:13.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:14.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:14.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:14.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:14.304 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:14.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:08:14.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:08:14.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:08:14.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:14.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:14.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 12:08:14.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:14.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:14.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:14.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:08:14.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:14.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:14.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:14.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:14.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:14.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:15.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:15.306 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:08:15.307 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 12:08:15.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:15.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:15.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:15.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:15.307 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:08:15.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:15.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:15.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:15.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:16.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:16.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:16.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:16.317 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:16.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:08:16.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:08:16.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:08:16.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:16.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:16.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:16.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:16.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:08:16.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:16.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:16.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:16.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:16.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:16.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:17.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:17.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:17.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:17.318 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:17.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:08:17.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:08:17.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:08:17.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:17.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:17.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:17.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:17.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:17.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:17.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:08:17.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:17.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:17.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:17.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:17.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:17.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:18.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:18.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:18.320 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:18.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:08:18.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:08:18.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:08:18.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:18.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:08:18.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:18.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:19.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:19.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:19.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:19.322 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:19.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:08:19.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:08:19.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:08:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:19.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:19.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:19.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:08:19.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:19.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:19.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:19.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:19.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:20.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:20.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:20.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:20.324 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:20.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:08:20.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:08:20.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:08:20.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:20.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:20.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:20.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:20.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:20.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:20.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:08:20.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:20.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:20.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:20.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:20.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:20.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:21.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:21.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:21.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:21.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:21.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:21.826 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:21.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:08:21.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:08:21.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:21.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:21.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:21.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:21.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:21.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:21.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:21.827 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:08:21.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:21.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:21.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:21.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:22.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:22.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:22.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:22.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:22.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:22.849 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:22.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:08:22.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 12:08:22.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:08:22.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.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 12:08:22.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:22.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:22.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:22.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:08:22.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:22.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:22.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:22.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:23.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:23.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:23.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:23.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:23.851 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:08:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:08:23.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:08:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:23.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:23.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:23.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:23.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:23.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:08:23.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:23.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:23.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:23.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:24.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:24.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:24.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:24.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:24.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:24.853 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:24.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:08:24.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:08:24.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:08:24.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:24.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:24.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:24.853 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:24.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:24.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:24.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:08:24.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:24.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:24.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:24.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:25.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:25.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:25.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:25.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:26.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:26.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:26.355 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:08:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:08:26.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:08:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:26.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 12:08:26.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:26.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:08:26.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:26.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:26.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:26.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:26.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:27.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:27.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:27.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:27.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:27.857 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:08:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:08:27.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:08:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:27.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:27.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:27.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:08:27.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:27.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:27.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:28.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:28.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:28.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:28.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:28.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:28.859 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:28.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:08:28.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:08:28.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:28.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:28.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:28.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:28.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:28.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:28.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:28.883 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:08:28.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:28.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:28.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:28.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:29.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:29.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:29.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:29.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:29.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:29.904 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:29.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:08:29.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:08:29.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:08:29.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:29.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:29.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:29.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:29.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:29.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:29.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:08:29.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:29.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:29.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:29.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:29.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:29.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:08:29.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:08:29.930 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 12:08:29.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:29.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:29.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:29.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:29.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:29.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:29.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:29.956 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:08:29.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:29.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:29.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:29.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:30.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:30.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:30.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:30.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:30.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:30.961 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:08:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:08:30.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:08:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:30.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 12:08:30.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:30.961 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:08:30.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:30.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:30.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:30.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:30.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:08:30.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:08:30.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:08:30.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:08:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:30.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 12:08:30.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:30.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:08:30.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:30.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:30.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:31.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:31.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:31.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:31.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:31.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:31.977 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:31.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:08:31.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:08:31.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:08:31.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:31.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:31.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 12:08:31.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:31.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:31.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:31.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:08:31.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:31.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:31.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:31.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:32.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:32.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:32.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:32.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:32.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:32.979 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:32.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:08:32.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:08:32.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:08:32.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:32.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:32.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 12:08:32.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:32.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:32.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:32.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:08:32.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:32.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:32.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:32.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:33.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:33.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:33.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:33.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:33.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:33.981 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:33.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:08:33.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:08:33.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:08:33.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:33.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:33.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 12:08:33.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:33.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:33.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:33.982 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:08:33.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:33.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:33.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:33.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:34.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:34.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:34.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:34.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:34.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:34.983 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:34.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:08:34.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:08:34.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:34.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:34.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:34.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 12:08:34.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:34.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:34.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:34.983 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:08:34.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:34.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:34.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:35.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:35.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:35.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:36.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:36.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:36.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:36.007 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:36.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:08:36.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:08:36.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:08:36.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:36.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:36.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:36.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:36.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:36.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:36.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:08:36.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:36.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:36.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:36.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:36.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:36.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:08:36.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:08:36.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:08:36.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:08:36.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:36.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:36.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:36.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:36.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:36.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:36.016 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:08:36.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:36.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:36.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:36.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:36.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:36.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:37.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:37.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:37.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:37.020 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:37.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:08:37.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:08:37.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:08:37.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:37.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:37.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:37.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:37.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:37.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:37.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:08:37.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:37.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:37.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:37.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:37.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:37.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:38.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:38.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:38.022 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:08:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:08:38.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:08:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:38.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 12:08:38.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:38.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:08:38.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:38.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:38.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:38.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:38.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:39.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:39.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:39.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:39.024 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:08:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:08:39.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:08:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:39.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:39.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:39.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:08:39.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:39.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:39.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:39.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:39.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:40.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:40.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:40.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:40.026 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:40.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:08:40.026 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 12:08:40.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:40.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:40.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:40.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:40.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:40.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:40.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:40.027 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:08:40.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:40.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:40.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:40.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:40.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:40.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:41.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:41.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:41.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:41.047 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:41.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:08:41.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:08:41.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:08:41.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:41.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:41.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:41.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:41.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:41.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:41.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:08:41.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:41.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:41.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:41.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:41.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:41.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:08:41.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:08:41.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:08:41.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:08:41.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:41.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:41.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:41.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:41.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:41.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:41.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:08:41.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:41.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:41.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:41.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:41.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:41.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:42.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:42.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:42.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:42.061 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:42.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:08:42.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:08:42.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:08:42.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:42.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:42.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:42.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:42.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:42.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:42.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:08:42.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:42.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:42.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:42.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:42.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:42.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:43.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:43.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:43.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:43.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:43.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:43.563 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:43.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:08:43.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:08:43.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:08:43.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:43.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:43.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:43.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:43.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:43.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:43.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:08:43.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:43.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:43.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:43.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:44.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:44.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:44.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:44.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:44.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:44.593 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:44.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:08:44.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:08:44.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:08:44.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:44.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:44.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:44.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:44.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:44.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:44.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:08:44.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:44.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:44.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:44.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:45.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:45.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:45.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:45.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:45.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:45.607 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:45.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:08:45.607 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 12:08:45.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:45.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:45.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:45.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:45.607 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:45.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:45.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:45.608 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:08:45.608 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:45.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:45.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:45.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:46.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:46.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:46.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:46.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:46.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:46.616 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:46.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:08:46.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:08:46.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:08:46.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:46.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:46.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:46.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:46.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:46.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:46.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:08:46.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:46.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:46.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:46.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:46.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:46.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:08:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:08:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:08:46.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:08:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:46.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:46.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:46.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:46.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:46.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:08:46.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:46.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:46.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:46.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:47.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:47.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:47.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:47.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:47.634 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:08:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:08:47.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:08:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:47.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:47.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:47.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:08:47.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:47.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:47.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:48.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:48.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:48.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:48.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:48.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:48.636 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:48.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:08:48.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:08:48.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:08:48.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:48.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:48.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:48.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:48.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:48.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:48.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:08:48.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:48.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:48.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:48.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:49.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:49.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:49.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:49.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:50.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:50.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:50.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:50.138 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:50.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:08:50.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:08:50.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:08:50.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:50.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:50.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:50.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:50.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:50.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:50.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:08:50.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:50.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:50.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:50.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:50.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:50.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:51.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:51.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:51.140 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:51.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:08:51.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:08:51.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:51.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:51.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:51.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:51.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:51.144 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:08:51.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:51.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:51.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:51.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:52.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:52.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:52.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:52.152 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:52.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:08:52.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:08:52.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:08:52.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:52.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:52.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:52.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:52.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:52.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:52.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:08:52.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:52.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:52.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:52.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:52.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:52.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:08:52.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:08:52.166 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 12:08:52.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:52.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:52.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:52.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:52.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:52.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:52.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:52.166 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:08:52.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:52.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:52.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:52.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:52.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:52.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:53.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:53.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:53.192 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:53.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:08:53.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:08:53.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:08:53.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:53.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:53.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 12:08:53.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:53.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:53.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:53.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:08:53.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:53.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:53.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:53.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:53.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:53.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:08:53.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:08:53.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 12:08:53.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:08:53.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:53.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:53.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 12:08:53.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:53.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:53.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:53.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:08:53.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:53.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:53.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:53.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:53.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:53.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:54.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:54.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:54.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:54.200 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:54.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:08:54.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:08:54.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:08:54.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:54.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:54.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:54.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:54.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:54.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:54.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:08:54.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:54.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:54.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:54.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:54.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:54.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:55.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:55.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:55.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:55.202 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:08:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:08:55.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:08:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:55.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:55.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:55.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:08:55.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:55.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:55.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:55.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:55.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:08:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:08:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:08:55.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:55.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:55.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:55.208 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:08:55.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:55.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:55.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:55.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:55.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:55.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:56.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:56.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:56.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:56.217 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:56.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:08:56.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:08:56.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:08:56.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:56.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:56.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:56.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:56.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:56.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:56.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:08:56.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:56.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:56.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:56.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:56.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:56.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:08:56.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:08:56.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:08:56.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:08:56.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:56.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:56.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 12:08:56.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:56.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:56.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:56.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:08:56.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:56.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:56.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:56.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:56.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:56.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:57.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:57.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:57.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:57.226 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:57.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:08:57.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 12:08:57.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:08:57.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:57.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:57.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:57.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:57.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:57.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:57.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:08:57.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:57.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:57.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:57.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:57.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:57.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:58.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:58.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:58.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:58.228 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:58.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:08:58.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:08:58.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:08:58.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:58.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:58.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 12:08:58.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:58.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:58.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:58.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:08:58.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:58.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:58.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:58.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:58.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:58.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:08:58.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:08:58.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:08:58.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:08:58.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:58.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:58.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 12:08:58.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:58.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:58.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:58.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:08:58.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:58.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:58.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:58.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:58.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:58.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:59.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:59.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:59.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:59.233 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:08:59.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:08:59.233 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 12:08:59.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:59.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:59.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:59.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:08:59.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:59.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:59.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:59.234 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:08:59.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:59.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:59.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:59.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:59.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:59.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:00.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:00.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:00.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:00.242 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:00.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:00.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:00.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:00.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:00.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:00.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:00.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:00.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:00.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:00.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:00.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:00.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:00.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:00.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:00.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:00.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:00.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:00.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:00.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:00.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:00.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:00.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:00.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:00.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:00.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:00.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:00.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:00.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:00.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:00.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:00.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:00.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:01.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:01.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:01.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:01.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:01.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:01.750 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:01.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:01.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:01.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:01.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:01.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:01.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:01.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:01.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:01.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:01.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:01.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:01.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:01.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:01.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:02.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:02.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:02.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:02.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:02.752 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:09:02.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:02.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:02.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:02.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:02.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:02.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:02.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:02.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:02.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:09:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:09:02.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:09:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:02.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:02.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:02.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:09:02.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:02.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:02.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:03.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:03.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:03.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:03.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:03.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:03.756 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:03.757 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 12:09:03.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:03.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:03.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:03.757 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:03.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:03.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:03.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:04.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:04.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:04.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:04.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:04.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:04.764 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:04.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:04.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:04.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:04.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:04.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:04.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 12:09:04.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:04.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:04.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:04.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:04.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:04.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:04.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:04.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:04.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:04.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:04.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:04.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:04.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:04.778 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:04.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:04.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:04.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:05.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:05.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:05.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:05.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:05.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:05.780 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:05.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:05.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 12:09:05.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:05.780 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:05.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:05.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:05.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:06.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:06.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:06.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:06.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:06.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:06.781 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:06.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:06.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:09:06.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:06.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 12:09:06.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:06.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:06.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:06.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:06.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:06.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:09:06.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:09:06.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:09:06.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:06.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:06.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:06.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:06.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:06.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:06.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:09:06.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:06.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:06.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:06.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:07.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:07.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:07.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:07.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:07.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:07.786 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:07.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:07.789 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 12:09:07.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:07.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:07.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:07.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:07.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:07.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:07.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:07.789 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:07.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:07.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:07.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:07.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:08.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:08.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:08.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:08.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:08.797 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:08.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:08.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 12:09:08.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:08.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:08.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:08.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 12:09:08.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:08.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:08.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:08.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:08.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:08.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:08.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:08.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:08.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:08.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:08.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:08.802 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 12:09:08.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:08.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:08.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:08.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 12:09:08.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:08.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:08.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:08.803 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:08.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:08.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:08.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:08.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:09.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:09.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:09.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:09.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:09.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:09.809 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:09.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:09.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:09.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:09.809 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:09.809 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:09.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:09.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:09.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:09.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:09.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:09.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:09.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:09.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:09.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:09.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:09.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:09.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:09.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:10.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:10.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:10.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:10.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:11.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:11.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:11.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:11.317 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:11.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:11.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:11.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:11.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:11.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:11.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:11.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:11.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:11.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:11.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:11.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:11.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:11.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:11.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:11.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:11.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:11.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:11.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:09:11.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:11.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:11.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:11.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:11.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:11.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:11.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:11.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:11.321 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 12:09:11.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:11.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:11.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:11.322 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:11.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:11.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:11.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:11.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:11.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:11.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:12.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:12.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:12.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:12.350 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:12.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:12.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 12:09:12.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:12.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:12.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:12.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:12.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:12.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:12.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:12.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:12.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:12.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:12.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:12.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:12.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:12.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:12.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:12.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:12.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:12.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:12.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:12.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:12.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:12.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:12.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:12.370 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:12.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:12.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:12.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:12.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:12.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:12.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:13.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:13.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:13.371 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:13.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:13.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 12:09:13.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:13.372 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:13.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:13.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:13.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:13.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:13.375 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 12:09:13.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:13.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:13.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:13.375 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:13.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:13.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:13.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:13.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:13.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:14.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:14.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:14.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:14.378 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:14.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:14.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:14.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:14.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:14.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:14.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 12:09:14.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:14.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:14.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:14.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:14.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:14.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:14.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:14.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:14.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:14.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:14.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:14.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:14.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:14.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:14.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:14.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:14.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:14.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:14.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:14.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:15.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:15.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:15.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:15.395 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:15.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:15.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:15.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:15.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:15.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:15.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:15.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:15.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:15.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:15.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:15.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:15.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:15.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:15.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:15.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:15.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:09:15.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:15.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:15.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:15.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:15.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:15.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:15.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:15.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:09:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:09:15.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:09:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:15.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 12:09:15.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:15.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:09:15.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:15.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:15.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:15.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:15.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:16.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:16.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:16.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:16.401 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:16.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:16.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:09:16.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:16.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:16.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:16.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:16.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:16.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:16.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:16.401 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:16.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:16.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:16.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:16.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:16.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:16.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:17.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:17.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:17.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:17.409 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:17.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:17.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:17.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:17.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:17.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:17.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:17.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:17.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:17.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:17.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:17.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:17.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:17.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:17.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:17.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:17.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:17.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:17.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:17.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:17.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:17.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:17.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:17.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:17.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:17.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:17.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:17.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:17.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:17.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:17.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:17.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:17.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:18.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:18.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:18.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:18.423 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:18.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:18.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 12:09:18.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:18.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:18.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:18.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 12:09:18.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:18.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:18.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:18.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:18.424 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:18.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:18.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:18.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:18.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:18.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:18.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:09:18.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:18.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:18.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:18.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:18.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:18.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:18.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:18.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:09:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:09:18.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:09:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:18.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:18.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:18.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:18.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:18.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:18.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:09:18.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:18.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:18.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:18.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:18.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:18.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:19.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:19.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:19.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:19.433 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:19.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:19.436 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 12:09:19.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:19.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:19.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:19.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:19.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:19.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:19.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:19.436 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:19.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:19.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:19.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:19.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:19.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:19.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:20.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:20.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:20.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:20.457 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:20.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:20.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:20.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:20.458 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:20.458 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:20.458 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:20.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:20.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:20.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:20.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:20.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:20.463 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 12:09:20.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:20.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:20.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:20.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 12:09:20.463 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:20.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:20.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:20.464 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:20.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:20.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:20.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:20.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:20.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:20.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:21.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:21.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:21.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:21.470 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:21.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:21.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:21.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:21.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:21.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:21.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:21.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:21.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:21.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:21.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:21.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:21.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:21.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:21.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:21.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:21.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:21.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:21.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:21.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:21.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:21.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:21.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:21.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:21.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:21.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:21.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:21.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:21.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:21.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:21.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:21.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:21.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:21.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:21.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 12:09:21.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:21.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:21.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:21.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 12:09:21.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:21.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:21.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:21.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:21.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:21.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:21.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:21.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:21.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:21.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:21.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:21.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 12:09:21.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:21.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:21.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:21.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 12:09:21.485 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:21.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:21.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:21.485 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:21.485 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:21.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:21.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:21.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:21.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:21.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:21.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:21.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:09:21.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:21.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:21.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:21.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 12:09:21.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:21.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:21.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:21.486 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:21.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:21.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:21.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:21.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:21.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:21.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:22.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:22.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:22.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:22.488 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:22.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:22.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:22.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:22.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:22.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:22.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:22.489 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:22.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:22.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:22.489 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:22.489 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:22.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:22.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:22.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:22.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:22.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:22.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:22.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:22.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:22.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:22.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:22.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:22.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:22.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:22.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:22.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:22.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:22.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:22.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:22.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:22.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:22.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:22.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:22.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:22.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:22.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:22.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:22.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:22.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:22.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:22.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:22.497 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 12:09:22.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:22.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:22.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:22.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:22.498 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:22.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:22.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:22.517 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:22.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:22.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:22.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:22.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:23.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:23.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:23.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:23.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:23.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:23.520 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:23.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:23.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:23.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:23.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:23.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:23.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:23.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:23.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:23.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:23.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:23.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:23.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:23.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:23.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:23.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:23.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:23.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:23.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:23.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:23.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:23.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:23.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:23.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:23.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:23.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:23.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:09:23.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:23.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:23.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:23.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:23.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:23.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:23.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:23.528 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:23.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:23.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:23.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:23.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:24.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:24.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:24.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:24.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:24.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:24.530 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:24.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:24.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:24.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:24.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:24.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:24.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:24.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:24.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:24.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:24.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:24.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:24.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:24.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:24.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:24.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:24.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:24.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:24.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:24.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:24.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:24.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:24.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 12:09:24.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:24.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:24.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:24.537 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:24.537 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:24.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:24.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:24.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:24.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:24.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:24.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:24.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:24.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:24.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:24.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:24.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:24.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:24.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:24.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:24.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:09:24.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:24.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:24.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:24.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:24.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:24.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:24.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:24.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:24.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:09:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:09:24.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:09:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:24.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:24.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:24.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:09:24.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:24.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:24.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:25.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:25.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:25.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:25.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:25.544 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:25.547 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 12:09:25.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:25.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:25.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:25.548 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:25.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:25.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:25.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:25.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:26.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:26.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:26.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:26.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:26.555 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:26.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:26.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:26.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:26.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:26.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:26.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:26.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:26.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:26.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:26.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:26.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:26.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:26.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:26.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:26.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:26.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:26.562 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 12:09:26.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:26.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:26.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:26.562 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:26.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:26.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:26.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:27.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:27.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:27.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:27.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:27.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:27.582 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:27.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:27.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:27.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:27.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:27.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:27.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:27.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:27.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:27.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:27.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:27.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:27.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:27.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:27.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:27.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:27.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:27.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:27.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:27.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:27.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:27.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:27.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:27.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:27.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:27.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:27.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:09:27.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:27.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:27.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:27.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:27.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:27.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:27.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:27.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:09:27.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:27.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:27.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:27.591 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:27.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:27.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:27.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:28.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:28.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:28.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:28.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:28.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:28.613 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:28.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:28.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:28.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:28.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:28.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:28.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:28.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:28.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:28.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:28.614 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:28.614 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:28.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:28.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:28.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:28.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:28.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:28.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:28.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:28.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:28.619 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:28.619 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:28.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:28.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:28.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:28.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:28.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:28.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:28.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:28.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:28.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:28.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:28.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:28.623 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 12:09:28.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:28.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:28.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:28.623 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:28.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:28.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:28.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:29.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:29.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:29.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:29.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:29.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:29.650 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:29.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:29.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:29.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:29.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:29.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:29.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:29.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:29.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:29.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:29.650 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:29.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:29.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:29.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:29.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:29.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:29.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:29.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:29.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:29.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:29.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:29.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:29.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:29.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:29.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:29.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:29.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:29.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:29.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:29.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:29.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:29.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:29.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:29.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:29.666 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 12:09:29.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:29.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:29.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:29.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 12:09:29.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:29.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:29.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:29.666 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:29.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:29.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:29.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:29.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:30.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:30.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:30.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:30.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:30.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:30.675 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:30.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:30.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:30.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:30.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:30.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:30.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 12:09:30.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:30.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:30.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:30.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:30.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:30.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:30.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:30.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:30.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:30.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:30.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:30.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:30.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:30.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:30.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:30.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:30.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:30.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:30.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:30.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:30.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:30.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:30.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:30.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:30.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:30.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:30.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:30.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:30.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:30.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:30.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:30.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:30.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:30.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:30.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:30.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:30.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:30.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:30.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:30.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:30.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:30.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:30.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:30.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:09:30.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:30.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:30.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:30.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:30.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:30.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:30.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:30.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:30.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:30.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:09:30.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:09:30.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:09:30.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:30.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:30.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:30.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:30.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:30.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:30.702 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:09:30.702 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:30.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:30.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:30.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:30.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:30.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:30.704 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 12:09:30.704 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 12:09:30.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:09:30.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:09:30.708 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 12:09:30.708 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 12:09:30.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:09:30.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:09:30.711 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 12:09:30.711 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 12:09:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:09:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:09:30.713 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 12:09:30.713 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 12:09:30.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:09:30.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:09:30.716 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 12:09:30.716 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 12:09:30.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:09:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:09:30.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:09:30.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:30.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:30.745 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 12:09:30.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:30.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 12:09:30.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:09:30.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:30.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:30.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:30.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:30.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:30.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:30.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:30.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:30.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:30.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:09:30.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:30.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:30.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:30.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:30.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:30.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:30.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:30.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:30.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:30.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:30.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:30.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:30.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:30.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:09:30.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:09:30.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:09:30.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:30.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:30.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:30.798 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 12:09:30.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:30.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:30.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:30.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:30.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:30.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:30.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:30.802 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:30.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:30.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:30.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:30.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:31.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:31.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:31.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:31.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:31.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:31.805 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:31.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:31.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:31.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:31.806 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:31.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:31.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:31.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:31.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:32.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:32.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:32.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:32.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:33.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:33.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:33.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:33.307 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:33.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:33.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:33.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:33.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:33.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:33.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:33.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:33.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:33.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:33.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:33.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:33.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:33.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:33.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:33.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:33.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:34.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:34.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:34.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:34.308 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:34.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:09:34.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:09:34.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:09:34.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:34.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:34.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:34.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:34.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:34.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:34.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:09:34.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:34.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:34.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:34.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:34.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:34.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:35.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:35.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:35.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:35.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:35.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:35.810 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:35.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:35.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:09:35.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:35.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:35.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:35.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 12:09:35.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:35.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:35.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:35.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:35.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:35.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:35.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:35.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:36.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:36.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:36.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:36.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:37.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:37.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:37.312 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:37.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:37.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:37.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:37.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:37.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:37.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:37.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:37.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:37.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:37.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:37.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:37.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:38.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:38.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:38.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:38.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:38.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:38.814 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:38.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:38.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:09:38.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:38.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:38.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:38.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:38.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:38.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:38.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:38.818 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:38.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:38.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:38.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:38.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:39.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:39.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:39.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:39.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:39.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:39.825 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:39.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:39.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:39.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:39.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:39.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:39.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:39.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:39.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:39.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:39.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:39.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:39.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:39.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:39.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:40.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:40.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:40.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:40.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:40.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:40.826 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:40.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:40.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:40.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:40.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:40.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:40.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:40.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:40.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:40.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:40.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:40.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:40.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:40.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:40.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:41.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:41.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:41.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:41.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:41.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:41.827 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:41.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:09:41.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:09:41.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:09:41.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:41.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:41.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:41.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:41.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:41.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:41.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:09:41.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:41.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:41.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:41.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:42.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:42.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:42.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:42.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:42.829 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:09:42.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:42.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:42.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:42.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:42.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:42.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:42.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:43.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:43.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:43.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:43.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:44.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:44.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:44.331 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:44.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:44.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:44.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:44.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:44.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:44.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:44.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:44.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:44.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:44.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:44.335 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 12:09:44.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:44.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:44.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:44.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:44.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:44.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:44.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:44.335 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:44.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:44.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:44.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:44.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:44.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:44.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:45.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:45.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:45.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:45.342 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:45.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:45.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:45.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:45.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:45.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:45.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:45.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:45.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:45.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:45.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:45.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:45.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:45.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:45.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:45.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:45.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:46.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:46.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:46.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:46.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:46.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:46.844 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:46.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:46.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:46.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:46.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:46.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:46.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:46.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:46.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:46.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:46.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:46.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:46.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:46.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:46.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:47.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:47.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:47.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:47.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:47.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:47.845 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:47.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:09:47.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:09:47.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:09:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:47.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 12:09:47.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:47.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:09:47.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:47.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:47.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:48.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:48.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:48.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:48.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:49.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:49.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:49.347 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:49.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 12:09:49.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:49.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 12:09:49.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:49.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:49.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:49.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:49.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:49.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:49.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:50.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:50.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:50.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:50.348 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:50.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:50.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:50.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:50.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:50.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:50.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:50.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:50.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:50.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:50.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:50.354 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 12:09:50.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:50.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:50.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:50.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:50.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:50.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:50.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:50.359 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:50.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:50.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:50.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:50.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:50.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:50.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:51.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:51.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:51.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:51.361 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:51.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:51.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:51.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:51.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:51.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:51.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:51.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:51.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:51.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:51.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:51.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:52.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:52.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:52.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:52.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:52.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:52.863 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:52.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:52.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:52.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:52.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:52.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:52.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:52.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:52.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:52.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:52.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:52.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:52.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:52.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:52.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:53.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:53.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:53.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:53.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:54.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:54.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:54.365 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:09:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:09:54.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:09:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:54.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:54.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:54.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:09:54.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:54.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:54.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:54.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:54.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:55.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:55.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:55.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:55.398 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:55.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:55.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:09:55.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:55.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:55.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:55.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:55.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:55.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:55.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:55.470 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:55.470 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:55.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:55.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:55.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:55.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:55.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:55.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:55.473 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 12:09:55.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:55.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:55.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:55.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:55.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:55.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:55.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:55.474 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:55.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:55.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:55.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:55.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:55.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:55.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:56.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:56.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:56.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:56.476 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:56.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:09:56.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:09:56.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:09:56.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:56.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:56.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:56.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:56.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:56.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:56.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:09:56.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:56.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:56.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:56.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:56.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:56.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:57.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:57.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:57.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:57.477 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:57.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:09:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:09:57.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:09:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:57.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:57.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:57.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:09:57.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:57.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:57.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:57.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:57.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:58.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:58.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:58.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:58.479 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:58.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:09:58.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:09:58.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:09:58.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:58.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:58.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:58.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:58.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:58.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:58.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:09:58.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:58.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:58.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:58.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:58.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:58.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:59.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:59.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:59.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:59.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:59.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:09:59.981 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:09:59.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:09:59.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:09:59.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:09:59.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:59.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:59.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 12:09:59.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:59.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:59.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:59.982 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:09:59.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:59.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:59.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:59.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:59.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:59.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:59.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:09:59.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:09:59.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:09:59.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:59.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:59.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:09:59.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:59.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:59.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:59.985 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:09:59.985 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:59.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:59.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:59.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:59.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:59.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:09:59.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:09:59.989 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 12:09:59.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:59.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:59.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:59.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 12:09:59.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:59.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:59.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:59.989 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:09:59.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:59.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:59.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:59.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:00.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:00.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:00.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:00.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:00.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:00.997 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:00.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:00.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:00.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:00.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:00.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:00.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:00.997 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:00.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:00.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:00.997 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:00.997 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:00.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:00.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:00.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:00.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:00.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:01.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:01.002 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 12:10:01.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:01.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:01.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:01.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:01.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:01.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:01.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:01.008 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:01.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:01.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:01.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:01.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:01.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:01.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:02.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:02.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:02.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:02.010 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:02.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:02.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:02.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:02.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:02.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:02.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:02.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:02.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:02.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:02.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:02.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:02.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:02.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:02.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:02.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:02.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:02.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:02.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:02.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:02.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:02.016 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:02.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:02.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:02.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:02.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:02.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:03.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:03.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:03.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:03.017 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:03.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:10:03.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:10:03.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:10:03.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:03.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:03.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:03.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:03.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:03.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:03.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:10:03.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:03.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:03.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:03.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:03.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:03.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:04.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:04.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:04.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:04.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:04.519 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:10:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:10:04.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:10:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:04.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:04.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:04.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:10:04.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:04.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:04.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:04.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:04.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:04.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:04.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:04.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:04.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:04.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:04.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:04.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:04.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:04.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:04.526 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 12:10:04.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:04.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:04.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:04.527 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:04.527 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:04.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:04.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:04.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:05.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:05.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:05.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:05.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:05.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:05.529 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:05.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:05.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:05.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:05.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:05.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:05.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:05.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:05.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:05.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:05.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:05.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:05.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:05.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:05.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:05.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:05.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 12:10:05.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:05.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 12:10:05.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:05.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:05.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:05.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:05.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:05.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:05.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:05.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:05.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:05.546 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 12:10:05.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:05.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:05.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:05.546 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:05.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:05.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:05.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:06.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:06.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:06.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:06.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:06.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:06.573 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:06.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:06.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:06.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:06.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:06.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:06.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 12:10:06.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:06.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:06.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:06.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:06.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:06.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:06.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:06.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:06.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:06.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:06.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:06.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:06.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:06.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:06.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:06.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:06.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:06.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:06.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:06.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:06.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:06.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:06.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:06.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:06.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:06.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:06.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:10:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:10:06.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:10:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:06.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:06.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:06.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:10:06.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:06.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:06.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:07.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:07.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:07.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:07.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:07.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:07.583 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:07.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:10:07.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:10:07.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:10:07.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:07.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:07.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:07.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:07.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:07.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:07.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:10:07.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:07.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:07.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:07.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:07.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:07.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:07.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:07.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:07.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:07.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:07.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:07.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:07.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:07.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:07.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:07.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:07.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:07.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:07.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:07.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:07.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:07.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:07.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:07.590 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 12:10:07.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:07.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:07.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:07.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:07.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:07.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:07.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:07.590 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:07.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:07.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:07.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:07.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:08.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:08.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:08.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:08.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:08.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:08.592 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:08.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:08.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:08.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:08.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:08.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:08.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:08.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:08.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:08.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:08.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:08.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:08.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:08.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:08.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:08.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:08.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:08.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:08.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:08.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:08.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:08.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:08.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:08.598 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:08.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:08.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:08.598 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:08.598 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:08.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:08.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:08.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:08.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:10:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:10:08.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:10:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:08.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:08.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:08.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:10:08.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:08.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:08.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:08.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:08.616 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 12:10:08.616 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 12:10:08.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:08.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:08.618 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 12:10:08.619 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 12:10:08.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:08.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:08.621 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 12:10:08.621 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 12:10:08.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:08.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:08.623 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 12:10:08.623 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 12:10:08.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:08.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:08.625 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 12:10:08.625 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 12:10:08.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:08.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:08.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:10:08.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:08.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:08.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 12:10:08.650 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:10:08.650 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:08.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 131.498 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 93.59 s testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 37.905 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.v20230828-1200 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench.test --- [INFO] Resolving class path of RedDeer Workbench Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench.test --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.workbench.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:10:18.360 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:10:18.363 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:10:18.421 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:10:18.422 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:10:18.445 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:10:18.508 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:10:18.511 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:18.516 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:10:18.520 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:10:18.521 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:10:18.535 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:10:18.540 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:18.541 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:10:18.544 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:18.545 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:10:18.549 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:18.551 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:10:18.630 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.*'] 12:10:18.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:18.634 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.*'] 12:10:18.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:18.646 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.*'] 12:10:18.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:18.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:18.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:18.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:18.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:18.663 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:18.667 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:18.668 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:18.668 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:18.668 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:18.668 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:18.668 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:18.668 DEBUG [main][MenuItemLookup] Item match:Window 12:10:18.711 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:18.712 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:18.712 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:18.712 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:18.712 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:18.712 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:10:18.712 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:18.712 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:10:18.712 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:18.713 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:10:18.713 DEBUG [main][MenuItemLookup] Item match:Preferences 12:10:18.715 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:10:18.716 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:10:18.717 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:10:18.944 DEBUG [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.... 12:10:18.948 DEBUG [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 12:10:18.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:10:18.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:18.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:18.952 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:10:18.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:18.976 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 12:10:18.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:18.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:18.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:18.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:18.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:18.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:18.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:19.033 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) 12:10:19.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:19.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:19.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:19.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:19.045 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:10:19.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:19.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:19.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:19.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:19.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:10:19.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:10:19.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:19.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:19.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:19.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:19.138 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:10:19.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:10:19.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:19.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:19.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:19.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:19.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:19.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:19.158 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:19.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:10:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:19.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:19.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:19.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:19.162 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:10:19.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:10:19.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:19.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:19.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:19.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:19.173 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:10:19.173 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:10:19.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:10:19.176 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:19.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:19.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:10:19.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:19.260 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:19.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:19.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:19.263 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:10:19.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:19.263 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:10:19.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:10:19.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:19.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:19.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:19.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:19.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:19.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:19.279 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 12:10:19.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:19.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:19.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:19.309 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:19.309 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:19.309 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:19.309 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:19.309 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:19.309 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:19.309 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:19.309 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:19.310 DEBUG [main][MenuItemLookup] Item match:Window 12:10:19.311 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:19.311 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:19.311 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:19.311 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:19.311 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:19.311 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:19.324 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:19.325 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:19.325 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:19.325 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:19.325 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:19.325 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:19.325 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:19.325 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:19.325 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:19.325 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:19.325 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:19.336 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:19.336 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:19.336 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:19.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:19.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:10:19.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:19.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:19.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:19.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:19.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:19.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:19.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:19.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:10:19.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:10:19.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:19.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:19.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:10:19.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:10:19.912 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:10:19.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:19.912 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:10:19.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:19.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:10:19.913 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 12:10:19.914 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 12:10:19.915 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 12:10:19.916 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 12:10:19.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:19.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:19.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:19.916 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:19.916 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:19.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:19.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:10:19.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:19.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:19.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:19.919 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:19.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:19.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:19.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:19.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:19.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:19.921 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:19.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:19.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:19.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:19.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:20.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:20.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:20.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:20.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:20.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:20.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:20.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:20.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:20.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:20.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:20.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 12:10:20.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:20.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:20.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:20.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:20.034 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:10:20.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:10:20.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:20.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:20.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:20.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:20.037 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:10:20.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:10:20.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:20.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:10:20.046 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 12:10:20.046 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 12:10:20.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:10:20.047 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:20.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:20.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:10:20.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:20.112 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:20.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:20.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:20.113 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:10:20.113 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:20.113 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:10:20.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:10:20.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:20.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:20.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:20.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:20.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:20.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:20.122 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:10:20.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:20.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:20.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:20.123 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:20.123 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:20.123 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:20.123 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:20.123 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:20.123 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:20.123 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:20.123 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:20.123 DEBUG [main][MenuItemLookup] Item match:Window 12:10:20.124 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:20.124 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:20.124 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:20.124 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:20.124 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:20.124 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:20.127 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:20.128 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:20.128 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:20.128 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:20.128 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:20.128 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:20.128 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:20.128 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:20.128 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:20.128 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:20.128 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:20.140 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:20.140 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:20.140 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:20.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:20.199 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 12:10:20.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:20.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:20.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:20.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:20.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:20.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:20.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:20.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:20.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:20.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:20.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:20.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:20.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:20.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:20.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:20.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:10:20.202 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:10:20.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:20.203 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:10:20.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:20.203 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:10:20.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:10:20.203 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:10:20.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:20.203 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:10:20.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:20.203 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:10:20.203 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:10:20.203 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:10:20.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:10:20.204 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:10:20.204 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:20.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:20.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:20.204 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:20.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:20.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:20.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:10:20.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:20.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:20.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:20.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:20.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:20.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:20.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:20.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:20.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:20.209 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:20.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:20.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:20.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:20.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:20.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:20.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:20.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:20.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:20.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:20.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:20.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:20.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:20.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:10:20.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:20.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:20.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:20.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:20.352 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:10:20.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:10:20.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:20.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:20.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:20.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:20.354 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:10:20.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:10:20.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:20.354 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 12:10:20.355 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:10:20.355 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:10:20.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:10:20.355 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:20.372 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:10:20.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:20.373 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:20.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:20.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:20.411 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:10:20.412 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:10:20.412 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:20.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:20.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:20.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.081 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.124 s testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.85 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.298 s Running org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:20.439 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:20.440 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:10:20.441 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:20.441 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:20.441 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:20.441 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:10:20.441 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:20.441 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:10:20.442 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:20.442 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:10:20.442 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.*'] 12:10:20.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:20.442 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.*'] 12:10:20.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:20.442 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.*'] 12:10:20.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:20.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:20.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:20.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:20.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:20.443 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:20.444 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:20.444 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:20.444 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:20.444 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:20.444 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:20.444 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:20.444 DEBUG [main][MenuItemLookup] Item match:Window 12:10:20.444 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:20.445 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:20.445 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:20.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:20.445 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:20.445 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:10:20.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:20.445 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:10:20.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:20.445 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:10:20.445 DEBUG [main][MenuItemLookup] Item match:Preferences 12:10:20.445 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:10:20.445 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:10:20.445 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:10:20.542 DEBUG [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.... 12:10:20.544 DEBUG [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 12:10:20.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:10:20.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:20.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:20.558 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:10:20.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:20.558 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 12:10:20.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:20.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:20.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:20.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:20.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:20.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:20.560 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) 12:10:20.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:20.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:20.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:20.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:20.574 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:10:20.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:20.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:20.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:20.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:20.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:10:20.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:10:20.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:20.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:20.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:20.611 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:20.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:20.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:20.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:20.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:20.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:20.615 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:10:20.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:20.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:20.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:20.616 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:20.616 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:20.616 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:20.616 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:20.616 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:20.616 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:20.616 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:20.616 DEBUG [main][MenuItemLookup] Item match:Window 12:10:20.617 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:20.617 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:20.617 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:20.617 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:20.617 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:20.617 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:20.622 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:20.623 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:20.623 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:20.623 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:20.623 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:20.623 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:20.623 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:20.623 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:20.623 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:20.623 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:20.627 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:20.628 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:20.628 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:20.628 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:20.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:20.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 12:10:20.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:20.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:20.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:20.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 12:10:20.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:20.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:20.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:20.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:20.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:20.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:20.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:20.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:20.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:20.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:20.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:20.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:10:20.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:20.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:21.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:21.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:21.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:10:21.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:21.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:21.188 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:21.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:21.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:21.188 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:10:21.188 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:10:21.189 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:10:21.189 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:10:21.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:21.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:21.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:21.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:10:21.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:21.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:21.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:21.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:21.191 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:21.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:21.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:21.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:21.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:21.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:21.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:21.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:21.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:21.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:21.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:21.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:10:21.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:21.236 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:21.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:21.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:21.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:21.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:21.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:21.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:21.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:21.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:10:21.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:21.244 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:21.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:21.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:21.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:21.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:21.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:21.246 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:10:21.246 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:10:21.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:21.246 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:21.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:21.263 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:21.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.274 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.275 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:21.275 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.275 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.275 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:21.275 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:21.275 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:21.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.279 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:10:21.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:21.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.279 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:21.279 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:21.280 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:21.280 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:21.280 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:21.280 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:21.280 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:21.280 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:21.280 DEBUG [main][MenuItemLookup] Item match:Window 12:10:21.280 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:21.280 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:21.280 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:21.280 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:21.280 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:21.280 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:21.283 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:21.283 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:21.283 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:21.283 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:21.283 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:21.283 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:21.284 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:21.284 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:21.284 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:21.284 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:21.284 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:21.284 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:21.284 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:21.284 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:21.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:21.361 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 12:10:21.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:21.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:21.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:21.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:21.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:21.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:10:21.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:21.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:21.364 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:21.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:21.364 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:21.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:10:21.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:21.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:21.365 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:21.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:21.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:21.365 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:10:21.365 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:10:21.365 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:10:21.365 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:10:21.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:21.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:21.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:21.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:10:21.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:21.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:21.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:21.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:21.367 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:21.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:21.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:21.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:21.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:21.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:21.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:21.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:21.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:21.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.422 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:21.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:10:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:21.424 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:21.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:21.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:21.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:21.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:21.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:21.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:21.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.441 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:21.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:10:21.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:21.442 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:21.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:21.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:21.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:21.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:21.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:21.443 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:10:21.443 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:10:21.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:21.444 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:21.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:21.460 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:21.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.470 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.470 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:21.470 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:21.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:21.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:21.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:21.476 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:21.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.476 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:21.476 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:21.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:21.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:21.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:21.483 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:21.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.484 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.484 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:21.484 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:21.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:21.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:21.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.487 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 12:10:21.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:21.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.515 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:21.515 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:21.515 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:21.515 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:21.515 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:21.515 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:21.515 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:21.515 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:21.515 DEBUG [main][MenuItemLookup] Item match:Window 12:10:21.516 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:21.516 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:21.516 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:21.516 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:21.516 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:21.516 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:21.519 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:21.519 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:21.519 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:21.519 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:21.519 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:21.519 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:21.519 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:21.519 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:21.519 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:21.519 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:21.519 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:21.519 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:21.519 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:21.520 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:21.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:21.582 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 12:10:21.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:21.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:21.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:21.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:21.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:21.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:21.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:21.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:21.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:10:21.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:21.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:21.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:21.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:21.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:21.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:10:21.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:21.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:21.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:21.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:21.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:21.585 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 12:10:21.585 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 12:10:21.585 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 12:10:21.585 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 12:10:21.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:21.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.585 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:21.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:21.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:10:21.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:21.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:21.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:21.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:21.587 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:21.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:21.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:21.587 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:21.587 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:21.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:21.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:21.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.645 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:21.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 12:10:21.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:21.647 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 12:10:21.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 12:10:21.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:21.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:21.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:21.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:21.665 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 12:10:21.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 12:10:21.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:21.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null 12:10:21.665 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test' 12:10:21.665 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test 12:10:21.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 12:10:21.666 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:21.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:21.722 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:21.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.723 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.723 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:21.723 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:21.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:21.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:21.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:21.731 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:21.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.731 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:21.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:21.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:21.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:21.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:21.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:21.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.750 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.750 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:21.751 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:21.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:21.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:21.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.754 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:10:21.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:21.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:21.755 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:21.755 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:21.755 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:21.755 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:21.756 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:21.756 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:21.756 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:21.756 DEBUG [main][MenuItemLookup] Item match:Window 12:10:21.756 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:21.756 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:21.756 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:21.756 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:21.756 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:21.756 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:21.760 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:21.760 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:21.760 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:21.760 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:21.760 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:21.760 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:21.760 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:21.760 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:21.760 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:21.760 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:21.760 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:21.760 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:21.760 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:21.761 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:21.832 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 12:10:21.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:21.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:21.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:21.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:21.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:21.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:10:21.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:21.836 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:21.836 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:10:21.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:21.836 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:21.836 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:21.837 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:10:21.837 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:10:21.837 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:10:21.837 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:10:21.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:21.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:21.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:21.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:10:21.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:21.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:21.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:21.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:21.840 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:21.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:21.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:21.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:21.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:21.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:21.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:21.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:21.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.885 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:21.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 '\*?\QWorkbench Test\E') 12:10:21.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:21.886 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:21.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:21.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:21.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:21.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:21.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:21.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:21.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:10:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:21.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:21.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:21.921 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:21.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:21.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:21.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:21.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:21.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:21.923 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:10:21.923 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:10:21.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:21.924 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:21.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:21.941 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:21.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:21.953 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:21.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:21.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:21.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:21.956 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:21.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.957 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.957 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:21.957 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:21.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:21.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:21.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:21.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:21.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.965 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.965 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:21.965 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:21.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:21.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:21.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:21.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:21.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.968 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 12:10:21.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:21.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.968 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:21.968 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:21.968 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:21.968 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:21.968 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:21.969 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:21.969 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:21.969 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:21.969 DEBUG [main][MenuItemLookup] Item match:Window 12:10:21.969 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:21.969 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:21.969 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:21.969 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:21.969 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:21.969 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:21.972 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:21.972 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:21.972 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:21.973 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:21.973 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:21.973 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:21.973 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:21.973 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:21.973 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:21.973 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:21.973 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:21.973 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:21.973 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:21.973 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:22.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:22.048 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 12:10:22.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:22.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:22.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:22.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:22.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:22.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:10:22.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:22.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:22.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:22.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:22.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:22.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:10:22.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:22.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:22.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:22.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:22.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:22.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 12:10:22.052 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 12:10:22.052 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 12:10:22.052 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 12:10:22.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:10:22.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:22.054 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:22.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:22.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:22.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:22.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:22.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:22.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:22.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:22.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:22.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:22.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.116 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:22.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:10:22.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:22.118 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 12:10:22.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:10:22.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:22.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:22.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:22.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:22.133 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: ") 12:10:22.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:10:22.138 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:10:22.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:22.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:22.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.144 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.144 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:22.144 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:22.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:22.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:22.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:22.151 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:22.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.151 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.151 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:22.151 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:22.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:22.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:22.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.154 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:10:22.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:22.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.155 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:22.155 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:22.155 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:22.155 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:22.155 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:22.155 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:22.155 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:22.155 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:22.155 DEBUG [main][MenuItemLookup] Item match:Window 12:10:22.156 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:22.156 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:22.156 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:22.156 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:22.156 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:22.156 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:22.159 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:22.159 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:22.159 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:22.159 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:22.159 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:22.159 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:22.159 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:22.160 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:22.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:22.160 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:22.160 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:22.167 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:22.167 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:22.167 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:22.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:22.233 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 12:10:22.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:22.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:22.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:22.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:22.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:22.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:10:22.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:22.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:22.239 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:22.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:22.239 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:22.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:10:22.239 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:22.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:22.239 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:22.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:22.239 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:22.239 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:10:22.239 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:10:22.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:10:22.240 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:10:22.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.240 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.240 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:10:22.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:22.242 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:22.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:22.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:22.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:22.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:22.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:22.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:22.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:22.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.284 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:22.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:10:22.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:22.285 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:22.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:22.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:22.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:22.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:22.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:22.289 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:22.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:22.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:22.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:10:22.289 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:10:22.289 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:10:22.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:22.290 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:22.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.332 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:10:22.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:22.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:22.333 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:22.333 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:22.333 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:22.333 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:22.333 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:22.333 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:22.333 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:22.333 DEBUG [main][MenuItemLookup] Item match:Window 12:10:22.334 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:22.334 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:22.334 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:22.334 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:22.334 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:22.334 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:22.337 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:22.337 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:22.337 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:22.337 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:22.337 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:22.337 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:22.337 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:22.337 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:22.337 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:22.337 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:22.337 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:22.337 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:22.337 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:22.337 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:22.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:22.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:10:22.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:22.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:22.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.410 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:22.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:10:22.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:22.412 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:22.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:10:22.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:22.412 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:22.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:22.412 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:10:22.412 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:10:22.413 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:10:22.413 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:10:22.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.413 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.413 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:10:22.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.414 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:22.415 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:22.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:22.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:22.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:22.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:22.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:22.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:22.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:22.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:22.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:22.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:22.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:10:22.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:22.458 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:22.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:22.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:22.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:22.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:22.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:22.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:22.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.469 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:22.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:10:22.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:22.471 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:22.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:22.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:22.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:22.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:22.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:22.473 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:10:22.473 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:10:22.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:22.473 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:22.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:22.483 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:22.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:22.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:22.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:22.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:22.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:22.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.524 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:22.524 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:22.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:22.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:22.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:22.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:22.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.528 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.528 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:22.528 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:22.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:22.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:22.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.531 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:10:22.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:22.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.532 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:22.532 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:22.532 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:22.532 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:22.532 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:22.532 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:22.532 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:22.532 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:22.532 DEBUG [main][MenuItemLookup] Item match:Window 12:10:22.533 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:22.533 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:22.533 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:22.533 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:22.533 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:22.533 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:22.536 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:22.536 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:22.536 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:22.536 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:22.536 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:22.536 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:22.536 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:22.536 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:22.536 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:22.536 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:22.536 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:22.541 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:22.541 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:22.541 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:22.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:22.588 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 12:10:22.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:22.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:22.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:22.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:22.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:10:22.614 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:22.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:22.614 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:22.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:22.614 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:22.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:10:22.614 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:22.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:22.614 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:22.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:22.614 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:22.614 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:10:22.614 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:10:22.615 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:10:22.615 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:10:22.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:10:22.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:22.617 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:22.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:22.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:22.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:22.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:22.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:22.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:22.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:22.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.657 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:22.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 '\*?\QWorkbench Test\E') 12:10:22.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:22.659 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:22.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:22.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:22.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:22.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:22.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:22.662 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:22.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:22.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:22.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:10:22.662 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:10:22.662 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:10:22.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:22.663 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:22.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:22.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:22.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.708 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.708 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:22.708 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:22.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:22.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:22.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.715 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:10:22.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:22.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.715 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:22.716 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:22.716 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:22.716 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:22.716 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:22.716 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:22.716 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:22.716 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:22.716 DEBUG [main][MenuItemLookup] Item match:Window 12:10:22.716 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:22.716 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:22.716 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:22.716 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:22.716 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:22.716 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:22.719 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:22.719 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:22.719 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:22.720 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:22.720 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:22.720 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:22.720 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:22.720 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:22.720 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:22.720 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:22.720 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:22.720 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:22.720 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:22.720 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:22.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:22.769 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 12:10:22.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:22.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:22.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.770 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.770 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:22.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:22.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:22.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:10:22.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:22.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:22.771 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:22.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:22.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:22.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:10:22.772 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:22.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:22.772 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:22.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:22.772 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:22.772 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:10:22.772 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:10:22.772 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:10:22.772 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:10:22.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.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") 12:10:22.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:22.774 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:22.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:22.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:22.774 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:22.774 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:22.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:22.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:22.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:22.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:10:22.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:22.835 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:22.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:22.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:22.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:22.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:22.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:22.836 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:22.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:22.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:22.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:10:22.837 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:10:22.837 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:10:22.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:22.837 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:22.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:22.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:22.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.858 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:22.858 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:22.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:22.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:22.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.861 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.861 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:22.861 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:22.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.862 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.862 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:22.862 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:22.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:22.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:22.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:22.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:22.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.864 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:10:22.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:22.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:22.865 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:22.865 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:22.865 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:22.865 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:22.865 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:22.865 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:22.865 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:22.865 DEBUG [main][MenuItemLookup] Item match:Window 12:10:22.865 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:22.865 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:22.865 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:22.865 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:22.865 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:22.865 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:22.868 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:22.868 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:22.868 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:22.868 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:22.868 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:22.868 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:22.868 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:22.868 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:22.868 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:22.868 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:22.868 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:22.869 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:22.869 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:22.869 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:22.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:22.935 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 12:10:22.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.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 12:10:22.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:10:22.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:22.938 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:22.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:10:22.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:22.938 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:22.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:22.938 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:10:22.938 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:10:22.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:10:22.939 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:10:22.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:10:22.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:22.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:22.940 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:22.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:22.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:22.940 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:22.940 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:22.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:22.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:22.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:22.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:10:22.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:22.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:22.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:22.980 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:22.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:22.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:22.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:22.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:22.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:22.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.984 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 12:10:22.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:22.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.985 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:22.985 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:22.985 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:22.985 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:22.985 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:22.985 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:22.985 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:22.985 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:22.985 DEBUG [main][MenuItemLookup] Item match:Window 12:10:22.985 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:22.985 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:22.985 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:22.985 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:22.985 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:22.985 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:23.010 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:23.010 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:23.010 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:23.010 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:23.010 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:23.010 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:23.010 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:23.010 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:23.010 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:23.010 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:23.010 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:23.018 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:23.018 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:23.018 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:23.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:23.065 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 12:10:23.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:23.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:23.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:23.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:23.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:23.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:10:23.068 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:10:23.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:23.068 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:10:23.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:23.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:10:23.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:10:23.068 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:10:23.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:23.068 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:10:23.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:23.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:10:23.069 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 12:10:23.069 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 12:10:23.069 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 12:10:23.069 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 12:10:23.069 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.073 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.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 "Open") 12:10:23.074 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.074 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.074 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:23.075 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:23.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:23.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:23.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:23.075 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:23.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:23.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:23.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:23.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:23.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:23.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:23.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:10:23.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:23.153 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:10:23.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:10:23.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:23.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:23.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:23.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:23.155 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:23.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:23.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:23.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:10:23.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:23.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:23.171 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:10:23.171 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:10:23.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:23.171 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:23.183 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:10:23.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:10:23.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:23.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:10:23.184 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 12:10:23.184 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 12:10:23.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:10:23.188 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:23.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:23.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:23.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:23.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:23.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.231 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:23.231 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:23.231 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:23.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:23.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:23.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:23.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:23.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:23.234 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:10:23.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:23.235 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:23.235 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:23.235 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:23.235 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:23.235 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:23.235 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:23.235 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:23.235 DEBUG [main][MenuItemLookup] Item match:Window 12:10:23.236 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:23.236 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:23.236 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:23.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:23.236 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:23.236 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:23.239 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:23.239 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:23.239 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:23.239 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:23.239 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:23.239 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:23.239 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:23.239 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:23.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:23.239 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:23.239 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:23.246 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:23.246 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:23.246 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:23.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:23.314 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 12:10:23.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:23.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:23.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:10:23.319 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:23.319 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:23.319 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:10:23.319 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:23.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:23.320 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:23.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:23.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:23.320 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:10:23.320 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:10:23.320 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:10:23.320 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:10:23.320 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:10:23.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:23.322 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:23.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:23.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:23.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:23.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:23.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:23.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:23.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:23.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:23.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:23.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:23.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:10:23.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:23.365 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:23.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:23.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:23.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:23.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:23.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:23.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:23.376 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 12:10:23.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:23.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.377 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:23.377 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:23.377 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:23.377 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:23.377 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:23.377 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:23.377 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:23.377 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:23.377 DEBUG [main][MenuItemLookup] Item match:Window 12:10:23.377 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:23.378 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:23.378 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:23.378 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:23.378 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:23.378 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:23.380 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:23.380 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:23.380 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:23.380 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:23.380 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:23.380 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:23.380 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:23.380 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:23.380 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:23.380 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:23.380 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:23.381 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:23.381 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:23.381 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:23.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:23.446 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 12:10:23.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:23.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:23.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:23.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:23.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:23.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:10:23.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:10:23.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:23.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:10:23.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:23.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:10:23.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:10:23.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:10:23.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:23.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:10:23.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:23.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:10:23.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 12:10:23.450 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 12:10:23.450 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 12:10:23.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 12:10:23.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:10:23.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:23.452 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:23.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:23.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:23.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:23.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:23.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:23.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:23.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:23.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:23.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:23.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.539 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:23.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:10:23.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:23.541 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:10:23.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:10:23.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:23.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:23.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:23.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:23.554 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:23.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:23.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:23.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:10:23.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:23.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:23.566 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:23.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:23.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:23.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:10:23.566 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:10:23.566 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:10:23.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:23.567 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:23.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:23.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:23.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:23.584 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:23.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.585 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:23.585 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:23.585 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:23.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:23.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:23.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:23.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:23.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:23.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:23.590 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:10:23.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:23.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:23.591 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:23.591 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:23.591 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:23.591 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:23.591 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:23.591 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:23.591 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:23.591 DEBUG [main][MenuItemLookup] Item match:Window 12:10:23.591 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:23.591 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:23.591 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:23.591 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:23.591 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:23.591 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:23.611 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:23.611 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:23.611 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:23.611 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:23.611 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:23.611 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:23.611 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:23.611 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:23.611 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:23.612 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:23.612 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:23.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:23.626 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:23.626 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:23.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:23.688 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 12:10:23.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:23.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:23.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:23.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:23.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:23.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:10:23.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:23.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:23.691 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:23.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:10:23.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:23.691 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:23.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:23.691 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:10:23.691 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:10:23.691 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:10:23.691 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:10:23.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:10:23.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:23.693 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:23.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:23.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:23.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:23.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:23.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.758 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:10:23.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:23.760 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:23.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:23.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:23.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:23.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:23.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:23.761 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:23.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:23.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:23.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:10:23.762 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:10:23.762 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:10:23.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:23.762 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:23.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:23.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:23.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:23.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:23.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:23.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.788 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:23.788 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:23.788 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:23.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:23.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:23.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:23.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:23.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.809 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate. 12:10:23.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:23.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.811 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:23.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 12:10:23.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:23.813 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 12:10:23.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:10:23.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:23.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:23.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:23.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:23.829 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: ") 12:10:23.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.830 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent 12:10:23.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:10:23.831 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:10:23.831 INFO [WorkbenchTestable][AbstractText] Text set to: hello 12:10:23.834 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 12:10:23.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 12:10:23.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:23.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 12:10:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.835 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:23.835 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:23.835 DEBUG [main][MenuItemLookup] Item match:File 12:10:23.837 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:10:23.837 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:10:23.837 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:10:23.837 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:10:23.837 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:23.837 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:10:23.837 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:10:23.837 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:23.837 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:10:23.837 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:10:23.837 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:10:23.837 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:10:23.837 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:10:23.855 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 12:10:23.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:10:23.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:23.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 12:10:23.856 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 12:10:23.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:10:23.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:23.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 12:10:23.856 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test' 12:10:23.857 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test 12:10:23.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:10:23.857 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:23.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:23.878 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:23.878 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:23.878 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:23.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.879 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:23.879 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:23.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:23.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:23.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:23.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:23.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:23.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:23.883 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:10:23.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.884 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:23.884 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:23.884 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:23.884 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:23.884 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:23.884 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:23.884 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:23.884 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:23.884 DEBUG [main][MenuItemLookup] Item match:Window 12:10:23.884 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:23.884 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:23.884 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:23.884 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:23.884 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:23.884 DEBUG [main][MenuItemLookup] Item match:Show View 12:10:23.889 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:10:23.889 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:10:23.889 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:10:23.889 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:10:23.889 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:10:23.889 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:10:23.889 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:10:23.889 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:10:23.889 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:23.889 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:10:23.889 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:10:23.916 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:10:23.916 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:10:23.916 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:10:23.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:10:23.974 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 12:10:23.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:10:23.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:10:23.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:10:23.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:23.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:23.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:10:23.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:10:23.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:23.977 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:10:23.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:23.977 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:10:23.977 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:10:23.977 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:10:23.977 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:10:23.977 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:10:23.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:10:23.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:10:23.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:23.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:23.979 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:23.979 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:23.979 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:24.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:24.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:24.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:10:24.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:24.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:10:24.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:24.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:24.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:24.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:24.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:24.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:10:24.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:24.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:24.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:24.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:24.038 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:24.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:24.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:24.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:24.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:24.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:24.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:24.041 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate. 12:10:24.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:24.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:24.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:24.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 12:10:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:24.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:24.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:24.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:24.054 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:10:24.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:10:24.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:24.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:10:24.071 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:24.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:24.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:24.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:10:24.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:24.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:24.080 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:10:24.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:10:24.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:24.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:10:24.090 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 12:10:24.090 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 12:10:24.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:10:24.091 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:24.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:24.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:24.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:24.144 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:24.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:10:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:24.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:24.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:24.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:24.146 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:10:24.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:24.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:24.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:10:24.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:10:24.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:10:24.147 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:10:24.147 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:10:24.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:10:24.148 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:10:24.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:24.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:24.163 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:24.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:10:24.173 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:10:24.173 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:24.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.736 s - in org.eclipse.reddeer.workbench.test.view.ViewTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.663 s getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.195 s testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.008 s testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.239 s testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.008 s testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.019 s getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.201 s testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.004 s testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.008 s viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.179 s testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.007 s testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.365 s testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.008 s testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.004 s testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.18 s testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.15 s testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.004 s testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.369 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.354 s testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.203 s testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.091 s testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.294 s Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:10:24.211 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:10:24.212 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:10:24.212 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:24.212 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:10:24.212 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:24.212 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:10:24.212 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:24.212 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:10:24.212 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:24.213 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:10:24.213 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.*'] 12:10:24.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:24.213 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.*'] 12:10:24.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:24.213 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.*'] 12:10:24.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:24.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:24.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:24.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:24.214 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:24.214 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:24.214 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:24.214 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:24.215 DEBUG [main][MenuItemLookup] Item match:Window 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:24.215 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:10:24.215 DEBUG [main][MenuItemLookup] Item match:Preferences 12:10:24.215 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:10:24.215 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:10:24.216 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:10:24.320 DEBUG [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.... 12:10:24.321 DEBUG [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 12:10:24.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:10:24.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:24.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:24.333 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:10:24.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:24.333 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 12:10:24.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:24.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:24.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:24.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:24.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:24.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:24.335 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) 12:10:24.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:24.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:24.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:24.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:24.337 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:10:24.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:24.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:24.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:24.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:24.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:10:24.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:10:24.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:24.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:24.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:24.355 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:24.355 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 12:10:24.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:10:24.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:24.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:24.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:24.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:10:24.357 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed 12:10:24.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:10:24.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:10:24.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:10:24.358 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:10:24.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:24.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:24.367 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 12:10:24.367 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:24.367 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 12:10:24.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:10:24.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:24.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:24.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:24.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState... 12:10:24.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully 12:10:24.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:10:24.369 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:24.369 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:24.869 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:24.869 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:25.369 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:25.369 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:25.870 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:25.870 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:26.370 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:26.370 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:26.870 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:26.871 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:27.371 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:27.371 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:27.871 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:27.871 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:28.371 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:28.372 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:28.872 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:28.872 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:29.372 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:29.372 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:29.873 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:29.873 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:30.373 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:30.373 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:30.873 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:30.873 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:31.373 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:31.373 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:31.875 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:31.875 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:32.375 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:32.375 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:32.876 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:32.876 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:33.376 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:33.376 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:33.876 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:33.877 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:34.377 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:10:34.377 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:10:34.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown 12:10:34.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:10:34.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:34.882 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:35.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:35.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:36.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:36.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:37.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:37.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:38.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:38.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:39.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:39.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:40.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:40.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:41.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:41.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:42.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:42.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:43.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:43.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:44.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:44.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:45.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:45.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:46.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:46.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:47.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:47.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:48.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:48.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:49.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:49.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:50.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:50.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:51.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:51.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:52.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:52.898 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:53.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:53.898 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:54.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:54.899 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:55.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:55.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:56.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:56.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:57.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:57.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:58.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:58.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:59.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:10:59.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:00.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:00.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:01.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:01.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:02.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:02.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:03.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:03.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:04.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:04.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:05.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:05.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:06.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:06.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:07.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:07.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:08.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:08.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:09.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:09.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:10.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:10.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:11.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:11.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:12.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:12.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:13.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:13.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:14.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:14.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:15.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:15.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:16.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:16.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:17.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:17.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:18.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:18.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:19.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:19.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:20.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:20.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:21.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:21.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:22.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:22.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:23.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:23.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:11:24.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:11:24.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:24.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:24.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:24.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:11:24.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:24.416 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:24.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:24.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:24.418 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 12:11:24.418 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:11:24.418 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:24.418 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:24.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:24.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.207 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 0.012 s testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 60.05 s Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:11:24.436 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:11:24.438 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:11:24.438 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:24.438 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:11:24.438 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:24.438 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:11:24.439 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:24.439 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:11:24.439 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:24.439 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:11:24.439 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.*'] 12:11:24.439 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:24.440 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.*'] 12:11:24.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:24.440 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.*'] 12:11:24.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:24.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:24.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:24.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:24.440 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:24.441 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:11:24.441 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:24.441 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:11:24.441 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:11:24.441 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:11:24.441 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:11:24.441 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:11:24.441 DEBUG [main][MenuItemLookup] Item match:Window 12:11:24.443 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:11:24.443 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:11:24.443 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:11:24.443 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:24.443 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:11:24.443 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:11:24.443 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:24.443 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:11:24.443 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:24.443 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:11:24.443 DEBUG [main][MenuItemLookup] Item match:Preferences 12:11:24.443 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:11:24.443 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:11:24.444 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:11:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:11:24.542 DEBUG [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 12:11:24.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:11:24.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:24.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:24.544 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:11:24.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:24.544 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 12:11:24.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:24.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:24.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:24.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:24.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:24.546 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) 12:11:24.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:24.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:24.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:24.549 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:11:24.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:24.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:24.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:24.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:24.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:11:24.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:11:24.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:24.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:24.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:24.577 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:24.578 DEBUG [main][EditorHandler] 0 editor(s) found 12:11:24.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:24.586 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:11:24.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:24.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:24.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:24.586 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:24.586 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:11:24.586 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:24.586 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:11:24.586 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:11:24.586 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:11:24.586 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:11:24.586 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:11:24.586 DEBUG [main][MenuItemLookup] Item match:Window 12:11:24.586 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:11:24.586 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:11:24.587 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:11:24.587 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:24.587 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:11:24.587 DEBUG [main][MenuItemLookup] Item match:Show View 12:11:24.590 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:11:24.590 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:11:24.590 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:11:24.590 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:11:24.590 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:11:24.590 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:11:24.590 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:11:24.590 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:11:24.590 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:24.590 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:11:24.590 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:11:24.590 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:11:24.590 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:11:24.590 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:11:24.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:11:24.659 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 12:11:24.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:11:24.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:24.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:24.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:11:24.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:24.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:24.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:24.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:11:24.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:24.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:24.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:24.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:24.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:24.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:24.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:11:24.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:11:24.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:24.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:11:24.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:24.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:11:24.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:11:24.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:11:24.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:24.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:11:24.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:24.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:11:24.663 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:11:24.663 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:11:24.663 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:11:24.663 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:11:24.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:24.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:24.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:24.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:11:24.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:24.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:11:24.664 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:24.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:24.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:24.664 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:11:24.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:24.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:24.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:24.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:24.665 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:11:24.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:24.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:24.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:24.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:24.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:11:24.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:11:24.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:11:24.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:11:24.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:24.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:24.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:24.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:24.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:11:24.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:24.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:24.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:24.766 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:24.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:24.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:24.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:24.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:24.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:24.768 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:24.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:24.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:24.769 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 12:11:24.780 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:24.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:24.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:24.781 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 12:11:24.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:24.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:24.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:24.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:24.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:24.782 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 12:11:24.837 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:24.837 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 12:11:24.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:11:24.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:24.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:24.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:24.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:11:24.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:24.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:24.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:24.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:24.923 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 12:11:24.923 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:24.923 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 12:11:24.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:11:24.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:24.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:24.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:24.924 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:11:24.924 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:24.924 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:24.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:24.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:24.924 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 12:11:24.924 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:24.924 DEBUG [main][EditorHandler] 0 editor(s) found 12:11:24.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.925 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:11:24.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:24.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:24.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:24.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:24.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:11:24.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:24.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:24.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:24.927 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:24.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:24.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:24.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:24.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:24.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:24.943 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:24.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:24.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:24.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:24.945 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:24.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:24.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:24.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:24.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:24.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:25.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:25.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:25.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:25.947 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:25.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:25.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:25.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:25.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:25.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:25.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:25.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:25.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:25.950 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 12:11:25.957 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:25.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:25.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:25.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:25.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:25.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:26.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:26.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:26.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:26.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:26.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:26.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:26.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:26.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 12:11:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:26.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:26.961 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 12:11:26.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:26.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:26.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:26.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:26.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:26.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:26.962 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:11:26.962 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:11:26.963 DEBUG [main][TreeItemHandler] Set Tree selection 12:11:26.963 DEBUG [main][TreeHandler] Notify Tree about selection event 12:11:26.978 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:11:26.982 DEBUG [WorkbenchTestable][TreeItemHandler] MyProject 12:11:26.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:26.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'New' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:27.046 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:11:27.046 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:11:27.046 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:11:27.047 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:11:27.047 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:11:27.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:27.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:11:27.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:27.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:27.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:27.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:27.549 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:27.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:27.580 DEBUG [main][MenuItemLookup] Found menu:'New' 12:11:27.580 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:11:27.580 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:27.580 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:11:27.580 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:27.580 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:11:27.580 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:11:27.580 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:11:27.580 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:11:27.581 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:11:27.581 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:11:27.581 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:11:27.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:11:28.268 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 12:11:28.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:11:28.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:28.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 12:11:28.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:28.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:28.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:28.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:11:28.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:28.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:28.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:28.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:28.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:28.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:28.273 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:11:28.274 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:11:28.274 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:11:28.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:28.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:28.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:28.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:28.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:11:28.274 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:28.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:28.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:28.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:11:28.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:28.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:28.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:28.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:28.276 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:11:28.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:28.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:28.276 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:28.276 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:28.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:11:28.285 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:11:28.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:11:28.786 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:11:28.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:28.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:11:28.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:11:28.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:28.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:28.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:28.786 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:28.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:28.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:28.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:11:28.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:28.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:28.788 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:11:28.788 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:28.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:28.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:28.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.36 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.086 s testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:28.795 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:28.796 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:11:28.796 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:28.797 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:28.797 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:28.797 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:11:28.797 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:28.797 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:11:28.797 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:28.797 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:11:28.797 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.*'] 12:11:28.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:28.797 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.*'] 12:11:28.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:28.798 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.*'] 12:11:28.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:28.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:28.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:28.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:28.798 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:28.798 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:11:28.798 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:28.798 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:11:28.798 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:11:28.799 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:11:28.799 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:11:28.799 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:11:28.799 DEBUG [main][MenuItemLookup] Item match:Window 12:11:28.799 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:11:28.799 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:11:28.799 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:11:28.799 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:28.799 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:11:28.799 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:11:28.799 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:28.799 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:11:28.799 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:28.799 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:11:28.799 DEBUG [main][MenuItemLookup] Item match:Preferences 12:11:28.799 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:11:28.799 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:11:28.799 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:11:28.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:11:28.888 DEBUG [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 12:11:28.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:11:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:28.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:28.900 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:11:28.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:28.900 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 12:11:28.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:28.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:28.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:28.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:28.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:28.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:28.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:28.902 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) 12:11:28.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:28.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:28.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:28.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:28.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:28.904 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:11:28.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:28.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:28.904 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:28.904 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:28.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:11:28.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:11:28.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:28.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:28.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:28.930 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:28.930 DEBUG [main][EditorHandler] 0 editor(s) found 12:11:28.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:28.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:28.931 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:11:28.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:28.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:28.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:28.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:28.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:28.932 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:28.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:11:28.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:28.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:28.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:28.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:28.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:28.933 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:28.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:28.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:28.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:28.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:28.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:28.947 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:28.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:28.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:28.948 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 12:11:28.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:28.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:28.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:28.948 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 12:11:28.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:28.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:28.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:28.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:28.949 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:28.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:28.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:28.950 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 12:11:28.958 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:28.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:28.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:28.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:28.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:11:28.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:28.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:28.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:28.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:28.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:28.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:28.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:28.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:11:28.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:28.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:28.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:28.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:28.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:28.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:28.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:28.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:28.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:28.963 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:11:28.963 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:28.963 DEBUG [main][MenuItemLookup] Item match:File 12:11:28.964 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:11:28.965 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:11:28.968 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:11:28.968 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:28.968 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:11:28.968 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:28.968 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:11:28.968 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:28.968 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:11:28.968 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:11:28.978 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:11:28.978 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:11:28.978 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:11:29.069 DEBUG [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.... 12:11:29.070 DEBUG [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 12:11:29.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:11:29.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:29.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:29.071 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:11:29.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:29.072 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 12:11:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:29.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:29.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:29.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:29.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:29.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:29.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:29.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:11:29.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:11:29.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:29.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:29.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:11:29.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:11:29.582 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:11:29.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:29.582 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:11:29.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:29.582 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:11:29.582 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:11:29.582 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:11:29.582 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:11:29.585 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:11:29.585 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:11:29.585 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:11:29.586 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) 12:11:29.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:29.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:29.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:29.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:29.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:29.588 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:11:29.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:29.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:29.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:29.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:29.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'] 12:11:29.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:29.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:29.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:11:29.630 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 12:11:29.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:11:29.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:29.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:29.632 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:11:29.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:29.633 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 12:11:29.633 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:") 12:11:29.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:29.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:29.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:29.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:29.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:11:29.635 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:11:29.637 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 12:11:29.638 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:11:29.638 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:11:29.639 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) 12:11:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:29.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:29.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:29.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:29.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:29.641 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:11:29.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:29.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:29.641 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:29.641 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:29.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:11:30.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:11:30.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:30.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:11:30.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:30.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:30.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:30.146 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.147 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.147 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:11:30.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.147 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.147 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:11:30.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:30.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:30.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:30.148 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:30.149 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:11:30.149 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:30.149 DEBUG [main][MenuItemLookup] Item match:File 12:11:30.150 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:11:30.150 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:11:30.151 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:11:30.151 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:30.151 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:11:30.151 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:30.151 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:11:30.151 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:30.152 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:11:30.152 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:11:30.152 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:11:30.152 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:11:30.152 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:11:30.208 DEBUG [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.... 12:11:30.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:11:30.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:11:30.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:30.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:30.214 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:11:30.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.214 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 12:11:30.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:30.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:30.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:30.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:11:30.215 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:11:30.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:30.215 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:11:30.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:30.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:11:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:11:30.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:11:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:30.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:11:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:30.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:11:30.216 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:11:30.216 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:11:30.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:11:30.220 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:11:30.220 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:11:30.220 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:11:30.220 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) 12:11:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:30.221 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:11:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:30.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:30.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:30.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:11:30.264 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 12:11:30.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:11:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:30.265 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:11:30.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.266 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:") 12:11:30.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:11:30.270 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:11:30.271 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 12:11:30.271 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:") 12:11:30.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:11:30.273 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:11:30.273 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:11:30.274 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:11:30.274 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:11:30.274 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) 12:11:30.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:30.280 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:11:30.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:30.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:30.280 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:30.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:30.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:11:30.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:11:30.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:30.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:11:30.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:30.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:30.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:30.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:30.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:11:30.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:30.793 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:30.793 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 12:11:30.793 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:30.793 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:30.794 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:30.795 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:11:30.795 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:11:30.795 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:30.831 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:30.832 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.832 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.832 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:11:30.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.832 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:11:30.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:30.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:30.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:30.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:30.834 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:11:30.834 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:30.834 DEBUG [main][MenuItemLookup] Item match:File 12:11:30.835 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:11:30.836 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:11:30.837 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:11:30.837 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:30.837 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:11:30.837 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:30.837 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:11:30.837 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:30.837 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:11:30.837 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:11:30.837 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:11:30.838 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:11:30.838 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:11:30.910 DEBUG [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.... 12:11:30.914 DEBUG [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 12:11:30.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:11:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:30.915 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:11:30.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.916 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 12:11:30.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:30.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:30.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:30.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:11:30.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:11:30.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:30.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:11:30.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:30.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:11:30.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:11:30.923 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:11:30.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:30.923 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:11:30.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:30.923 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:11:30.923 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:11:30.923 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:11:30.924 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:11:30.924 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:11:30.924 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:11:30.924 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:11:30.924 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) 12:11:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:30.926 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:11:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:30.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:30.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:30.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:30.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:11:30.958 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 12:11:30.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:11:30.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:30.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:30.958 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:11:30.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:30.959 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:") 12:11:30.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:11:30.962 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:11:30.963 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min 12:11:30.963 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:") 12:11:30.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:11:30.964 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:11:30.965 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:11:30.965 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:11:30.965 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:11:30.965 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) 12:11:30.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:30.967 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:11:30.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:30.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:30.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:30.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:30.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:11:31.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:11:31.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:31.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:11:31.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:11:31.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:11:31.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:31.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:31.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:31.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:31.042 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:31.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:31.049 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:31.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:31.049 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:11:31.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:31.049 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:31.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:31.049 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:31.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:31.049 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:31.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:31.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:11:31.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:31.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:31.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:31.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:31.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:31.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:11:31.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:31.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:31.051 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:11:31.051 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 12:11:31.051 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:31.051 DEBUG [main][MenuItemLookup] Item match:File 12:11:31.052 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:11:31.052 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:11:31.053 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:11:31.054 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:31.054 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:11:31.054 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:31.054 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:11:31.054 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:31.054 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:11:31.054 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:11:31.054 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:11:31.054 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:11:31.054 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:11:31.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 'New|Select a wizard'] is available.... 12:11:31.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:11:31.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:11:31.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:31.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:31.124 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:11:31.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:31.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:11:31.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:31.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:31.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:31.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:31.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:31.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:31.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:11:31.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:11:31.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:31.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:11:31.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:31.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:11:31.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:11:31.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:11:31.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:31.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:11:31.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:31.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:11:31.126 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:11:31.126 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:11:31.126 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:11:31.127 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:11:31.127 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:11:31.127 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:11:31.127 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) 12:11:31.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:31.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:31.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:31.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:31.128 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:11:31.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:31.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:31.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:31.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:31.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:11:31.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:31.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:31.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:11:31.160 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 12:11:31.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:11:31.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:31.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:31.161 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:11:31.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:31.161 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:") 12:11:31.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:31.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:31.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:31.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:11:31.165 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:11:31.165 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min 12:11:31.166 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:") 12:11:31.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:31.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:31.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:31.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:11:31.167 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:11:31.168 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:11:31.168 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:11:31.168 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:11:31.168 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) 12:11:31.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:31.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:31.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:31.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:31.170 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:11:31.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:31.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:31.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:31.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:31.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:11:31.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:11:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:31.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:11:31.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:31.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:31.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:31.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 12:11:31.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:31.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:31.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:31.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:31.680 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest+.min 12:11:31.686 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:31.686 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:31.686 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:31.686 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:31.687 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:31.687 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:11:31.687 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:11:31.687 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 12:11:31.696 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 12:11:31.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:31.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:31.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:31.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:31.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:31.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:31.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:31.707 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:11:31.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:11:31.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:31.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:31.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:11:31.707 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 12:11:31.707 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:31.707 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:11:31.707 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:11:31.707 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:11:31.707 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:11:31.708 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:11:31.708 DEBUG [main][MenuItemLookup] Item match:Window 12:11:31.708 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:11:31.708 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:11:31.708 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:11:31.708 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:31.708 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:11:31.708 DEBUG [main][MenuItemLookup] Item match:Show View 12:11:31.711 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:11:31.711 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:11:31.711 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:11:31.711 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:11:31.711 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:11:31.711 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:11:31.711 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:11:31.711 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:11:31.712 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:31.712 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:11:31.712 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:11:31.712 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:11:31.712 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:11:31.712 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:11:31.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:11:31.766 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 12:11:31.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:11:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:31.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:11:31.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:31.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:11:31.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:31.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:31.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:31.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:11:31.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:11:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:32.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:32.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:11:32.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:11:32.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:11:32.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:32.272 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:11:32.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:32.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:11:32.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:11:32.272 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:11:32.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:11:32.272 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:11:32.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:32.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:32.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:32.273 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:11:32.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:32.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:32.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:11:32.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:32.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:32.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:32.273 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:11:32.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:32.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:32.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:32.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:32.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:32.274 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:11:32.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:32.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:32.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:32.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:32.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:11:32.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:11:32.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:11:32.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:32.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:11:32.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:32.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:11:32.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:32.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:32.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:11:32.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:11:32.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:32.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:32.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:32.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:32.519 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:32.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:32.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:32.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 12:11:32.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:32.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:32.521 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:32.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:32.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:32.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:32.522 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:32.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:32.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:32.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:32.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:32.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:33.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:33.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:33.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:33.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:33.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:33.524 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:33.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:33.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:33.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:33.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 12:11:33.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:33.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:33.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:33.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:33.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:33.525 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:33.529 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:33.530 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:33.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:33.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:34.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:34.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:34.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:34.032 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:34.032 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:34.044 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:34.045 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:34.045 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:34.045 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:34.045 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:34.047 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:34.047 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:34.047 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:34.071 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:34.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:34.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:34.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:34.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:34.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:34.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:11:34.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:34.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:34.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:34.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:34.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:34.077 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:34.077 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:34.077 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:34.077 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:34.078 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:34.079 DEBUG [main][EditorHandler] 2 editor(s) found 12:11:34.079 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:11:34.085 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:11:34.085 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:34.111 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:34.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:34.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:34.112 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:34.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:34.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:34.112 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:34.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:34.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:34.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:34.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:34.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:34.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:34.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:34.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:34.115 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:34.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:34.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:34.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:34.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:34.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:34.117 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:34.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:11:34.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:34.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:34.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:34.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:34.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:34.119 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:34.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:34.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:34.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:34.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:34.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:34.132 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:34.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:34.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:34.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:34.134 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:34.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:34.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:34.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:34.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:34.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:34.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:34.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:34.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:35.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:35.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:35.136 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:35.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:35.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:35.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:35.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:35.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:35.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:35.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:35.137 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:35.138 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:35.138 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:35.138 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:35.138 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:35.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:35.139 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:35.139 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:35.139 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:35.142 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:35.142 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:35.142 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:35.142 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:35.142 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:35.144 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:35.144 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:35.144 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:35.175 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:35.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:35.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:35.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:35.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:35.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:11:35.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:35.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:35.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:35.178 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:35.178 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:35.178 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:35.178 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:35.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:11:35.179 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:35.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:35.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:35.179 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:11:35.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:35.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:35.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:35.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:35.180 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:11:35.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:35.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:35.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:35.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:35.181 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:35.181 DEBUG [main][EditorHandler] 1 editor(s) found 12:11:35.181 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:35.208 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:35.208 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:35.208 DEBUG [main][EditorHandler] 0 editor(s) found 12:11:35.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:35.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:35.208 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:35.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:35.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:35.208 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:35.208 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:35.209 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:35.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:35.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:35.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:35.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:35.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.211 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:35.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:35.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:35.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:35.213 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:35.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:11:35.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:35.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:35.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:35.215 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:35.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:35.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:35.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:35.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:35.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:35.217 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:35.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:35.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:35.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:35.218 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:35.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:35.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:35.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:35.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:35.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:35.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:36.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:36.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:36.220 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:36.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:36.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:36.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:36.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:36.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:36.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:36.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:36.221 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:36.221 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:36.222 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:36.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:36.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:36.222 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:36.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:36.222 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:36.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:36.222 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:36.222 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:36.224 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:36.224 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:36.224 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:36.224 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:36.224 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:36.226 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:36.226 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:36.226 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:36.247 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:36.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:36.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:36.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:36.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:36.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:36.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.252 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:36.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:11:36.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:36.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:36.254 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:11:36.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:11:36.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:36.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:36.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:36.256 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:36.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:36.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:36.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:36.284 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:36.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:36.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:36.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:36.284 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:36.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:36.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:36.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:36.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:36.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:36.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:37.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:37.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:37.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:37.286 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:37.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:37.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:37.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:37.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:37.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:37.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:37.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:37.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:37.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:37.287 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:37.288 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:37.288 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:37.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:37.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:37.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:37.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:37.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:37.288 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:37.288 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:37.289 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:37.290 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:37.290 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:37.291 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:37.291 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:37.291 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:37.292 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:37.292 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:37.292 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:37.302 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:37.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:37.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:37.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:37.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:37.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:37.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@220b5243 is found... 12:11:37.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@220b5243 is found finished successfully 12:11:37.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 12:11:37.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:37.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:37.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:37.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:37.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:37.307 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:37.307 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:37.307 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:37.307 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:37.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:37.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:37.310 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:37.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:37.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:37.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:11:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:37.312 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:11:37.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:11:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:37.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:37.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:37.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:37.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:37.313 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:37.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:37.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:37.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:37.344 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:37.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:37.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:37.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:37.345 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:37.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:37.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:37.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:37.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:37.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:37.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:37.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:37.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:38.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:38.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:38.347 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:38.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:38.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:38.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:38.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:38.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:38.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:38.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:38.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:38.348 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:38.348 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:38.349 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 12:11:38.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:38.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:38.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:38.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:38.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:38.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:11:38.349 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:11:38.349 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:11:38.351 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:11:38.352 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 12:11:38.352 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:11:38.352 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:11:38.352 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:11:38.357 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:11:38.357 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:38.357 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:38.376 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:38.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:38.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:38.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:38.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:38.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:38.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@64a2be33 is found... 12:11:38.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@64a2be33 is found finished successfully 12:11:38.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 12:11:38.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:38.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:38.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:38.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:38.379 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:38.379 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:38.379 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:38.379 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:38.380 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:38.380 DEBUG [main][EditorHandler] 2 editor(s) found 12:11:38.380 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:38.386 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:38.386 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:11:38.412 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:11:38.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:38.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:38.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:38.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:38.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:38.413 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:38.413 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:38.413 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:38.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:38.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:38.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:38.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:38.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:38.415 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:38.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:38.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:38.417 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:38.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:11:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:38.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:38.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:38.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:38.419 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:38.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:38.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:38.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:38.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:38.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:38.421 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:38.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:38.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:38.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:38.422 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:38.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:38.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:38.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:38.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:38.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:38.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:39.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:39.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:39.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:39.423 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:39.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:39.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:39.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:39.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 12:11:39.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:39.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:39.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:39.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:39.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:39.425 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:39.425 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:39.425 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:39.425 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:39.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:39.425 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:39.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:39.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:39.426 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:39.426 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:39.426 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:39.428 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:39.428 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:39.428 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:39.428 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:39.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:39.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:39.429 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:39.429 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:39.452 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:39.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:39.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:39.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:39.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:39.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:39.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:11:39.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:39.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:39.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:39.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:39.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:39.455 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:39.455 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:39.455 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:39.455 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:39.456 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:39.456 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:11:39.456 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 12:11:39.456 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:39.492 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:39.492 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:39.493 DEBUG [main][EditorHandler] 0 editor(s) found 12:11:39.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:39.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:39.493 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:39.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:39.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:39.493 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:39.493 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:39.494 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:39.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:39.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:39.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:39.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:39.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:39.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:39.496 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:39.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:39.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:39.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:39.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:39.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:39.498 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:39.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:11:39.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:39.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:39.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:39.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:39.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:39.500 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:39.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:39.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:39.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:39.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:39.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:39.513 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:39.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:39.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:39.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:39.514 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:39.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:39.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:39.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:39.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:39.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:39.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:40.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:40.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:40.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:40.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:40.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:40.516 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:40.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:40.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:40.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:40.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:40.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:40.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:40.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:40.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:40.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:40.517 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:40.518 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:40.518 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:40.518 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:40.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:40.518 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:40.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:40.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:40.519 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:40.519 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:40.519 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:40.522 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:40.522 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:40.522 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:40.522 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:40.522 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:40.524 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:40.524 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:40.524 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:40.547 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:40.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:40.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:40.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:40.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:40.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:40.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:11:40.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:40.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:40.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:40.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:40.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:40.550 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:40.550 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:40.551 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:40.551 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:40.551 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) 12:11:40.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:40.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:40.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:40.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:40.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:40.552 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:40.552 DEBUG [main][EditorHandler] 1 editor(s) found 12:11:40.552 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:40.578 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:40.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:40.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:40.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:40.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:40.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:40.578 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:40.579 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:40.579 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:40.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:40.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:40.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:40.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:40.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:40.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:40.581 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:40.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:40.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:40.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:40.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:40.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:40.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:40.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 '\*?\QPackage Explorer\E') 12:11:40.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:40.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:40.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:40.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:40.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:40.584 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:40.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:40.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:40.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:40.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:40.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:40.586 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:40.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:40.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:40.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:40.587 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:40.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:40.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:40.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:40.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:40.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:40.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:41.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:41.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:41.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:41.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:41.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:41.589 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:41.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:41.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:41.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:41.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:41.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:41.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:41.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:41.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:41.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:41.590 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:41.590 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:41.591 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:41.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:41.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:41.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:41.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:41.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:41.591 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:41.591 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:41.591 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:41.593 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:41.593 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:41.593 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:41.593 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:41.593 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:41.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:41.595 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:41.595 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:41.616 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:41.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:41.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:41.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:41.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:41.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:41.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:41.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:41.619 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:41.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:41.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:41.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:11:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:41.621 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:11:41.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:11:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:41.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:41.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:41.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:41.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:41.623 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:41.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:41.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:41.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:41.652 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:41.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:41.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:41.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:41.653 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:41.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:41.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:41.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:41.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:41.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:41.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:42.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:42.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:42.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:42.654 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:42.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:42.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:42.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:42.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:42.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:42.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:42.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:42.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:42.656 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:42.656 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:42.656 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:42.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:42.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:42.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:42.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:42.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:42.657 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:42.657 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:42.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:42.659 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:42.659 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:42.659 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:42.659 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:42.659 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:42.661 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:42.661 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:42.661 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:42.671 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:42.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:42.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:42.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:42.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:42.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:42.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@536c4c3e is found... 12:11:42.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@536c4c3e is found finished successfully 12:11:42.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 12:11:42.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:42.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:42.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:42.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:42.674 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:42.674 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:42.674 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:42.674 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:42.675 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:42.675 DEBUG [main][EditorHandler] 1 editor(s) found 12:11:42.675 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:42.701 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:42.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:42.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:42.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:42.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:42.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:42.701 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:42.701 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:42.702 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:42.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:42.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:42.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:42.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:42.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:42.704 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:42.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:42.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:42.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:42.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:42.706 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:42.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:11:42.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:42.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:42.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:42.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:42.708 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:42.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:42.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:42.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:42.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:42.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:42.710 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:42.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:42.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:42.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:42.710 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:42.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:42.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:42.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:42.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:42.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:43.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:43.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:43.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:43.712 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:43.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:43.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:43.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:43.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:43.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:43.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:43.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:43.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:43.714 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:43.714 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:43.714 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:43.715 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:43.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:43.715 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:43.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:43.715 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:43.715 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:43.715 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:43.715 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:43.717 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:43.717 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:43.717 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:43.717 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:43.717 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:43.719 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:43.719 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:43.719 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:43.741 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:43.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:43.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:43.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:43.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:43.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:43.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 12:11:43.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:43.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:43.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:43.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:43.744 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:43.744 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:43.744 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:43.744 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:43.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:11:43.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:43.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:43.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:43.745 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:11:43.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:43.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:43.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:43.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:43.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:43.745 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:11:43.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:43.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:43.745 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:43.745 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:43.747 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:43.747 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:11:43.747 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:11:43.747 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:43.775 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:43.775 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:43.775 DEBUG [main][EditorHandler] 0 editor(s) found 12:11:43.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:43.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:43.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:43.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:43.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:43.776 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:43.776 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:43.776 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:43.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:43.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:43.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:43.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:43.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:43.778 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:43.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:43.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:43.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:43.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:43.780 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:43.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:11:43.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:43.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:43.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:43.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:43.781 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:43.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:43.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:43.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:43.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:43.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:43.783 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:43.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:43.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:43.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:43.784 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:43.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:43.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:43.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:43.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:43.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:44.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:44.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:44.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:44.785 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:44.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:44.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:44.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:44.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:44.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:44.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:44.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:44.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:44.787 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:44.787 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:44.787 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:44.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:44.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:44.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:44.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:44.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:44.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:44.787 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:44.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:44.789 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:44.789 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:44.789 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:44.789 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:44.790 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:44.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:44.791 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:44.791 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:44.813 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:44.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:44.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:44.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:44.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:11:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:44.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:44.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:44.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:44.816 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:44.816 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:44.816 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:44.816 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:44.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:11:44.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:44.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:44.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:44.817 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:11:44.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:44.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:44.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:44.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:44.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:44.817 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:11:44.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:44.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:44.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:44.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:44.819 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:44.819 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:11:44.819 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 12:11:44.819 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:44.820 DEBUG [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.... 12:11:45.348 DEBUG [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 12:11:45.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:11:45.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:45.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:45.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:11:45.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:45.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:11:45.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:45.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:45.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:45.350 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:11:45.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:45.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:45.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:45.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:45.351 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:11:45.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:45.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:45.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:45.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:45.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:11:45.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:11:45.395 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:45.395 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:45.395 DEBUG [main][EditorHandler] 0 editor(s) found 12:11:45.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:45.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:45.395 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:45.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:45.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:45.395 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:45.395 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:45.395 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:45.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:45.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:45.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:45.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:45.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.397 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:45.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:45.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:45.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:45.400 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:45.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:11:45.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:45.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:45.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:45.402 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:45.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:45.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:45.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:45.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:45.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:45.404 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:45.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:45.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:45.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:45.405 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:45.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:45.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:45.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:45.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:45.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:45.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:46.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:46.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:46.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:46.406 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:46.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:46.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:46.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:46.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:46.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:46.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:46.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:46.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:46.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:46.408 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:46.408 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:46.408 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:46.408 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:46.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:46.408 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:46.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:46.408 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:46.409 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:46.409 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:46.409 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:46.410 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:46.411 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:46.411 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:46.411 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:46.411 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:46.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:46.414 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:46.414 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:46.435 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:46.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:46.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:46.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:46.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:46.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:46.436 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:46.437 DEBUG [main][EditorHandler] 1 editor(s) found 12:11:46.437 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:46.461 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:46.462 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:46.462 DEBUG [main][EditorHandler] 0 editor(s) found 12:11:46.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:46.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:46.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:46.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:46.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:46.462 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:46.462 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:46.462 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:46.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:46.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:46.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:46.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:46.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:46.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:46.464 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:46.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:46.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:46.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:46.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:46.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:46.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:46.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:11:46.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:46.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:46.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:46.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:46.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:46.468 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:46.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:46.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:46.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:46.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:46.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:46.470 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:46.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:46.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:46.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:46.471 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:46.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:46.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:46.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:46.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:46.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:46.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:46.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:46.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:47.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:47.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:47.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:47.472 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:47.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:47.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:47.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:47.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:47.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:47.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:47.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:47.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:47.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:47.474 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:47.474 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:47.474 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:47.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:47.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:47.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:47.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:47.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:47.475 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:47.475 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:47.475 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:47.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:47.476 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:47.476 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:47.477 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:47.477 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:47.486 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:47.486 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:47.486 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:47.506 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:47.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:47.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:47.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:47.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:47.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3e4ae79 is found... 12:11:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3e4ae79 is found finished successfully 12:11:47.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:11:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:47.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:47.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:47.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:47.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:47.510 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:47.510 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:47.510 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:47.510 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:47.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:47.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:47.514 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:47.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:47.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:47.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:11:47.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:47.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:47.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:11:47.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:11:47.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:47.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:47.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:47.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:47.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:47.519 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:47.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:47.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:47.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:47.547 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:47.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:47.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:47.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:47.548 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:47.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:47.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:47.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:47.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:47.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:47.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:48.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:48.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:48.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:48.550 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:48.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:48.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:48.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:48.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:48.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:48.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:48.551 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:48.552 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:48.552 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 12:11:48.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:48.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:48.552 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:48.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:48.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:48.553 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:11:48.553 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:11:48.553 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:11:48.558 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:11:48.558 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 12:11:48.558 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:11:48.558 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:11:48.558 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:11:48.560 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:11:48.560 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:48.560 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:48.580 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:48.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:48.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:48.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@216ebea3 is found... 12:11:48.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@216ebea3 is found finished successfully 12:11:48.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 12:11:48.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:48.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:48.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:48.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:48.583 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 12:11:48.589 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:48.589 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:48.589 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:48.589 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:48.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61687d09 is found... 12:11:48.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61687d09 is found finished successfully 12:11:48.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 12:11:48.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:48.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:48.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:48.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:48.591 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min 12:11:48.602 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:48.603 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 12:11:48.603 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:48.603 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:48.603 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:48.603 DEBUG [main][EditorHandler] 2 editor(s) found 12:11:48.603 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:48.609 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:48.609 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:11:48.637 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:11:48.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:48.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:48.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:48.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:48.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:48.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:48.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:48.638 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:48.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:48.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:48.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:48.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:48.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:48.640 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:48.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:48.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:48.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:48.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:48.642 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:48.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:11:48.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:48.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:48.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:48.644 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:48.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:48.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:48.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:48.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:48.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:48.646 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:48.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:48.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:48.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:48.657 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:48.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:48.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:48.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:48.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:48.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:49.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:49.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:49.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:49.659 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:49.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:49.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:49.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:49.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:49.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:49.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:49.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:49.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:49.661 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:49.661 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:49.662 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:49.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:49.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:49.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:49.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:49.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:49.662 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:49.662 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:49.662 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:49.665 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:49.665 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:49.665 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:49.665 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:49.665 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:49.666 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:49.666 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:49.666 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:49.692 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:49.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:49.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:49.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:49.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:49.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:49.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') 12:11:49.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:49.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:49.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:49.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:49.695 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:49.696 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:49.696 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:49.696 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:49.696 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:49.697 DEBUG [main][EditorHandler] 1 editor(s) found 12:11:49.697 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:49.724 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:49.724 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:49.724 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:49.724 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:49.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:49.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:49.724 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:49.724 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:49.725 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:49.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:49.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:49.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:49.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:49.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:49.727 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:49.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:49.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:49.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:49.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:49.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:49.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:11:49.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:49.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:49.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:49.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:49.733 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:49.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:49.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:49.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:49.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:49.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:49.735 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:49.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:49.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:49.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:49.736 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:49.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:49.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:49.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:49.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:49.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:50.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:50.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:50.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:50.738 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:50.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:50.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:50.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:50.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 12:11:50.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:50.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:50.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:50.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:50.739 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:50.740 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:50.741 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:50.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:50.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:50.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:50.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:50.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:50.741 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:50.741 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:50.741 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:50.743 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:50.743 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:50.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:50.743 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:50.743 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:50.745 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:50.745 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:50.745 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:50.772 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:50.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:50.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:50.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:50.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:50.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:50.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:11:50.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:50.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:50.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:50.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:50.775 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:50.775 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:50.775 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:50.775 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:50.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 "Make Dirty") 12:11:50.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:50.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:50.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:50.777 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:11:50.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:50.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:50.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:50.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:50.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:50.777 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:11:50.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:50.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:50.777 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:50.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:50.780 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:50.780 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:11:50.780 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:11:50.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:11:50.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:50.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:50.780 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:11:50.780 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 12:11:50.780 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:50.781 DEBUG [main][MenuItemLookup] Item match:File 12:11:50.782 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:11:50.782 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:11:50.782 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:11:50.782 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:11:50.782 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.782 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:11:50.782 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:11:50.782 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.782 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:11:50.782 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:11:50.782 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:11:50.782 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:11:50.782 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:11:50.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:11:50.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:11:50.804 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:50.804 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 12:11:50.804 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:50.804 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:50.805 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:50.805 DEBUG [main][EditorHandler] 1 editor(s) found 12:11:50.805 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:50.850 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:50.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:50.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:50.850 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:50.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:50.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:50.850 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:50.850 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:50.851 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:50.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:50.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:50.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:50.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:50.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:50.853 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:50.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:50.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:50.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:50.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:11:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:50.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:50.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:50.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:50.858 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:50.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:50.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:50.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:50.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:50.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:50.860 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:50.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:50.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:50.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:50.861 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:50.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:50.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:50.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:50.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:50.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:51.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:51.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:51.874 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:51.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:51.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:51.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:51.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:51.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:51.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:51.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:51.876 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:51.876 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:51.876 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:51.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:51.877 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:51.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:51.877 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:51.877 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:51.877 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:51.877 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:51.879 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:51.879 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:51.879 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:51.879 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:51.879 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:51.880 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:51.880 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:51.880 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:51.902 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:51.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:51.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:51.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:51.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:51.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:51.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:11:51.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:51.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:51.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:51.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:51.906 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:51.906 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:51.906 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:51.906 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:51.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:11:51.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:51.907 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:11:51.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:51.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:51.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:51.908 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:11:51.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:51.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:51.908 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:51.908 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:51.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:11:51.909 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:51.909 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:11:51.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:51.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:51.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:51.910 INFO [WorkbenchTestable][AbstractButton] Click button Save 12:11:51.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:51.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:51.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:51.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:51.911 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:11:51.911 DEBUG [main][EditorHandler] 1 editor(s) found 12:11:51.911 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:51.938 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:51.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:51.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:51.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:51.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:51.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:51.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:51.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:51.939 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:11:51.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:11:51.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:51.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:51.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:51.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:51.941 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:51.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:51.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:51.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:51.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:51.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:51.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 '\*?\QPackage Explorer\E') 12:11:51.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:51.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:51.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:51.945 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:51.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:51.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:51.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:51.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:51.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:51.947 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:51.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:51.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:51.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:51.948 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:51.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:51.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:51.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:51.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:52.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:52.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:52.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:52.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:52.949 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:52.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:52.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:52.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:52.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:52.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:52.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:52.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:52.950 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:52.951 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:52.951 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:11:52.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:52.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:52.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:52.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:52.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:52.951 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:52.951 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:52.951 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:52.953 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:52.953 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:11:52.953 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:11:52.953 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:11:52.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:11:52.955 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:11:52.955 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:52.955 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:52.975 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:52.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:52.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:52.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:52.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:52.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:52.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:11:52.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:52.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:52.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:52.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:52.978 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:52.978 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:52.978 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:52.978 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:52.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:52.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:52.980 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:11:52.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:52.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:52.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:11:52.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:52.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:52.982 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:11:52.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:11:52.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:52.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:52.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:52.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:52.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:52.984 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:52.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:53.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:53.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:53.011 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:53.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:53.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:53.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:53.011 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:53.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:53.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:53.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:53.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:53.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:53.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:53.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:53.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:54.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:54.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:54.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:54.013 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:11:54.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:11:54.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:54.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:54.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:54.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:54.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:54.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:54.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:54.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:54.014 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:11:54.015 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:11:54.015 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 12:11:54.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:11:54.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:54.015 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:11:54.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:54.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:11:54.015 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:11:54.015 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:11:54.016 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:11:54.017 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:11:54.017 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 12:11:54.017 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:11:54.017 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:11:54.017 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:11:54.018 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:11:54.018 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:11:54.018 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:11:54.040 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:11:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:54.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:54.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:54.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:54.041 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 12:11:54.047 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:54.047 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:54.047 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:11:54.047 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:11:54.048 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:11:54.048 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:11:54.064 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:11:54.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ca6d796 is found... 12:12:04.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ca6d796 is found failed, an exception will be thrown 12:12:04.074 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:04.074 DEBUG [main][EditorHandler] 1 editor(s) found 12:12:04.074 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:12:04.115 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:12:04.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:04.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:04.115 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:04.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.116 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:04.116 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:04.116 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:04.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:04.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:04.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:04.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:04.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:04.119 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:12:04.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:04.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:04.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:04.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:04.122 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:04.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:12:04.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:04.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:04.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:04.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:04.124 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:04.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:04.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:04.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:04.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:04.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:04.127 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:04.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:04.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:04.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:04.127 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:04.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:04.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:04.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:04.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:04.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:04.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:05.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:05.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:05.129 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:05.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:05.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:05.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:05.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:05.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:05.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:05.130 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:05.131 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:12:05.131 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:12:05.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:12:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:05.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:12:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:05.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:12:05.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:05.132 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:05.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:05.134 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:05.134 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:12:05.134 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:05.134 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:05.134 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:05.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:05.136 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:05.136 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:05.163 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:05.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:05.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:05.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:05.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:05.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:05.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:12:05.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:05.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:05.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:05.167 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:05.167 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:05.167 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:12:05.167 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:12:05.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:12:05.168 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:05.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:05.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:05.168 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:12:05.168 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:05.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:05.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:05.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:05.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:05.169 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:12:05.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:05.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:05.169 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:05.169 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:05.171 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:05.171 DEBUG [main][EditorHandler] 1 editor(s) found 12:12:05.171 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:12:05.171 DEBUG [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.... 12:12:05.708 DEBUG [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 12:12:05.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:12:05.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:05.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:05.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:05.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:05.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:05.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:12:05.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:05.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:05.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:12:05.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:05.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:05.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:05.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:12:05.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:05.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:05.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:05.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:05.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:05.711 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:12:05.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:05.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:05.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:05.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:05.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:05.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:05.750 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:12:05.751 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:05.751 DEBUG [main][EditorHandler] 0 editor(s) found 12:12:05.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:05.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:05.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:05.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:05.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:05.751 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:05.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:05.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:05.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:05.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:05.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:05.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:05.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:05.756 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:12:05.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:05.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:05.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:05.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:12:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:05.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:05.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:05.763 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:05.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:05.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:05.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:05.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:05.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:05.765 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:05.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:05.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:05.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:05.766 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:05.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:05.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:05.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:05.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:05.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:06.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:06.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:06.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:06.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:06.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:06.768 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:06.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:06.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:06.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:06.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:06.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:06.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:06.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:06.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:06.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:06.769 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:06.769 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:12:06.770 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:12:06.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:12:06.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:06.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:12:06.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:06.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:12:06.770 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:06.770 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:06.770 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:06.772 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:06.772 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:12:06.772 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:06.772 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:06.772 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:06.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:06.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:06.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:06.794 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:06.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:06.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:06.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:06.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:06.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:06.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:12:06.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:06.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:06.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:06.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:06.797 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:06.797 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:06.797 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:12:06.797 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:12:06.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:12:06.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:06.798 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:12:06.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:06.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:06.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:06.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:06.798 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:12:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:06.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:06.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:06.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@623ab906 is found... 12:12:06.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@623ab906 is found finished successfully 12:12:06.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 12:12:06.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:06.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:06.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:06.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:06.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:06.801 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:06.801 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:12:06.801 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:06.802 DEBUG [main][EditorHandler] 1 editor(s) found 12:12:06.802 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:12:06.802 DEBUG [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.... 12:12:07.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:12:07.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:12:07.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:07.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:07.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:12:07.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:07.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:07.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:07.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:12:07.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:07.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:12:07.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:07.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:07.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:07.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:07.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:07.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:07.335 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:12:07.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:07.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:07.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:07.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:07.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:07.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:07.380 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:12:07.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:07.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:07.380 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:07.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:07.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:07.381 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:07.381 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:07.381 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:07.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:07.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:07.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:07.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:07.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:07.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:07.383 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:12:07.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:07.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:07.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:07.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:07.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:07.385 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:07.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:12:07.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:07.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:07.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:07.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:07.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:07.387 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:07.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:07.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:07.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:07.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:07.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:07.388 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:07.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:07.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:07.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:07.389 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:07.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:07.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:07.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:07.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:07.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:07.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:07.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:07.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:08.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:08.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:08.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:08.391 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:08.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:08.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:08.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:08.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:08.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:08.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:08.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:08.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:08.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:08.392 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:08.392 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:12:08.393 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:12:08.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:12:08.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:08.393 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:12:08.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:08.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:12:08.393 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:08.393 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:08.393 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:08.395 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:08.395 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:12:08.395 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:08.395 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:08.395 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:08.397 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:08.397 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:08.397 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:08.426 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:08.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:08.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:08.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:08.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:08.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:08.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 12:12:08.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:08.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:08.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:08.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:08.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:08.429 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:08.429 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:08.429 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:12:08.429 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:12:08.430 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:08.431 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:12:08.431 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:12:08.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:12:08.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:08.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:08.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:12:08.431 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 12:12:08.431 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:08.431 DEBUG [main][MenuItemLookup] Item match:File 12:12:08.432 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:08.432 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:12:08.432 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:12:08.432 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:12:08.432 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:08.432 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:12:08.432 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:12:08.432 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:08.432 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:12:08.432 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:12:08.432 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:08.433 DEBUG [main][EditorHandler] 1 editor(s) found 12:12:08.433 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:12:08.466 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:12:08.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:08.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:08.466 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:08.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:08.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:08.467 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:08.467 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:08.467 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:08.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:08.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:08.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:08.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:08.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:08.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:08.470 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:12:08.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:08.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:08.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:08.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:08.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:08.473 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:08.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:12:08.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:08.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:08.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:08.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:08.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:08.487 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:08.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:08.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:08.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:08.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:08.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:08.489 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:08.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:08.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:08.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:08.490 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:08.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:08.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:08.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:08.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:08.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:08.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:09.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:09.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:09.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:09.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:09.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:09.513 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:09.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:09.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:09.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:09.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:09.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:09.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:09.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:09.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:09.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:09.514 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:09.515 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:12:09.515 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:12:09.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:12:09.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:09.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:12:09.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:09.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:12:09.516 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:09.516 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:09.516 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:09.518 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:09.518 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:12:09.518 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:09.518 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:09.518 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:09.519 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:09.519 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:09.519 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:09.543 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:09.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:09.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:09.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:09.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:09.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:09.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@be589be is found... 12:12:19.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@be589be is found failed, an exception will be thrown 12:12:19.553 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:19.553 DEBUG [main][EditorHandler] 1 editor(s) found 12:12:19.553 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:12:19.574 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:12:19.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:19.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:19.574 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:19.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.575 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:19.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:19.575 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:19.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:19.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:19.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:19.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:19.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.578 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:12:19.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.581 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:12:19.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:19.584 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:19.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:19.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:19.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:19.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:19.586 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:19.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:19.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:19.587 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:19.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:19.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:19.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:20.588 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:20.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:20.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:20.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:20.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:20.590 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:20.590 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:12:20.590 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:12:20.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:12:20.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:12:20.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:12:20.590 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:20.590 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:20.591 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:20.592 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:20.592 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:12:20.592 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:20.592 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:20.592 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:20.593 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:20.594 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:20.594 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:20.615 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:20.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:20.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:20.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:20.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:20.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:12:20.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:20.618 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.618 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:20.618 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:12:20.618 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:12:20.619 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.619 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:12:20.619 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:12:20.619 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:12:20.644 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:12:20.645 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:20.645 DEBUG [main][EditorHandler] 0 editor(s) found 12:12:20.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:20.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:20.645 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:20.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.645 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:20.645 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:20.645 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:20.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:20.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:20.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:20.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:20.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.647 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:12:20.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.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 '\*?\QPackage Explorer\E') 12:12:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:20.651 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:20.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:20.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:20.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:20.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:20.652 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:20.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:20.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:20.653 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:20.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:20.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:20.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:21.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:21.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:21.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:21.655 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:21.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:21.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:21.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:21.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:21.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:21.656 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:21.656 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:12:21.656 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:12:21.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:12:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:21.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:12:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:21.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:12:21.657 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:21.657 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:21.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:21.660 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:21.660 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:12:21.660 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:21.660 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:21.660 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:21.662 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:21.662 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:21.662 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:21.681 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:21.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:21.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:21.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:21.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:21.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:21.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.684 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:12:21.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:12:21.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:12:21.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:12:21.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:21.688 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:21.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:21.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:21.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:21.714 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:21.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:21.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:21.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:21.715 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:21.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:21.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:21.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:21.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:22.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:22.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:23.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:23.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:23.217 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:23.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:23.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:23.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:23.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:23.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:23.218 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:23.218 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:12:23.219 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 12:12:23.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:12:23.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:23.219 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:12:23.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:23.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:12:23.219 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:12:23.219 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:12:23.219 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:12:23.221 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:12:23.221 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 12:12:23.221 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:12:23.221 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:12:23.221 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:12:23.222 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:12:23.222 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:23.223 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:23.244 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:23.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:23.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:23.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:23.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:23.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 '\*?\QeditorTest1.min\E') 12:12:23.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:23.247 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:23.247 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:23.247 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:12:23.247 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:12:23.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ca0e34d is found... 12:12:23.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ca0e34d is found finished successfully 12:12:23.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:12:23.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:23.250 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 12:12:23.256 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:23.256 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 12:12:23.256 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:12:23.256 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:12:23.256 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:23.256 DEBUG [main][EditorHandler] 2 editor(s) found 12:12:23.257 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:12:23.274 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:12:23.274 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:12:23.309 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:12:23.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:23.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:23.309 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:23.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:23.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:23.310 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:23.310 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:23.310 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:23.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:23.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:23.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:23.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:23.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.313 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:12:23.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:23.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:23.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:23.315 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:23.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:12:23.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:23.317 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:23.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:23.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:23.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:23.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:23.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:23.319 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:23.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:23.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:23.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:23.320 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:23.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:23.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:23.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:23.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:23.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:24.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:24.321 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:24.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:24.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:24.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:24.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:24.323 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:24.324 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:12:24.324 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:12:24.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:12:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:24.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:12:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:24.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:12:24.324 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:24.324 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:24.325 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:24.328 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:24.328 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:12:24.328 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:24.328 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:24.328 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:24.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:24.330 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:24.330 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:24.356 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:24.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:24.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:24.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:24.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:24.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:24.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:12:24.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:24.359 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:24.359 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:24.359 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:12:24.359 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:12:24.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:12:24.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:24.362 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:24.362 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:12:24.362 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:24.362 DEBUG [main][EditorHandler] 1 editor(s) found 12:12:24.362 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:12:24.390 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:12:24.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:24.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:24.390 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:24.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:24.391 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:24.391 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:24.391 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:24.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:24.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:24.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:24.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:24.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.393 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:12:24.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:24.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:24.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:12:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:24.397 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:24.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:24.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:24.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:24.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:24.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:24.399 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:24.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:24.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:24.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:24.400 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:24.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:24.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:24.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:24.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:24.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:25.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:25.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:25.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:25.401 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:25.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:25.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:25.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:25.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:25.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:25.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:25.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:25.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:25.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:25.402 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:25.403 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:12:25.403 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:12:25.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:12:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:25.403 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:12:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:25.403 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:12:25.403 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:25.403 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:25.404 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:25.405 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:25.405 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:12:25.405 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:25.405 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:25.405 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:25.406 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:25.406 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:25.407 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:25.427 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:25.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:25.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:25.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:25.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:12:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:25.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:25.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:25.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:25.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:25.430 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:25.430 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:25.430 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:12:25.430 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:12:25.431 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:25.431 DEBUG [main][EditorHandler] 1 editor(s) found 12:12:25.431 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:12:25.457 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:12:25.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:25.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:25.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:25.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:25.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:25.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:25.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:25.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:25.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:25.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:25.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:25.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:25.460 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:12:25.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:25.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:25.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:25.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:25.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:25.462 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:25.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:12:25.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:25.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:25.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:25.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:25.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:25.463 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:25.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:25.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:25.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:25.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:25.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:25.465 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:25.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:25.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:25.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:25.466 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:25.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:25.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:25.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:25.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:25.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:25.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:25.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:25.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:26.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:26.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:26.467 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:26.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:26.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:26.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:26.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:26.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:26.469 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:26.469 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:12:26.469 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:12:26.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:12:26.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:26.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:12:26.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:26.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:12:26.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:26.470 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:26.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:26.472 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:26.472 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:12:26.472 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:12:26.472 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:12:26.472 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:12:26.474 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:12:26.474 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:26.474 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:26.498 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:26.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:26.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:26.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:26.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.500 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:12:26.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:12:26.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:26.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:26.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:12:26.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 '\*?\QPackage Explorer\E') 12:12:26.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:26.504 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:26.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:26.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:26.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:26.530 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:26.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:26.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:26.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:26.531 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:26.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:26.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:26.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:26.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:27.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:27.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:27.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:27.536 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:12:27.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:12:27.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:27.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:27.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:27.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:27.537 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:27.538 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:12:27.538 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject 12:12:27.538 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:12:27.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:27.538 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:12:27.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:27.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:12:27.538 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 12:12:27.538 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 12:12:27.538 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 12:12:27.540 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 12:12:27.540 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min 12:12:27.540 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 12:12:27.540 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 12:12:27.540 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 12:12:27.541 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 12:12:27.541 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:27.542 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:27.563 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:27.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:27.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:27.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@781d53f7 is found... 12:12:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@781d53f7 is found finished successfully 12:12:27.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 12:12:27.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:27.566 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:27.566 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:27.566 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:12:27.566 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:12:27.567 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:27.567 DEBUG [main][EditorHandler] 2 editor(s) found 12:12:27.567 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:12:27.572 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:12:27.572 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 12:12:27.600 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 12:12:27.600 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:27.600 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:27.600 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:27.601 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:12:27.601 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:27.601 DEBUG [main][EditorHandler] 0 editor(s) found 12:12:27.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.601 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:12:27.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:27.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:27.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:27.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:27.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:27.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:27.603 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:27.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:27.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:27.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:27.628 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:27.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:27.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:27.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:27.629 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:27.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:27.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:27.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:27.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:28.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:28.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:28.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:28.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:28.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:28.630 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:28.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:28.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:28.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:28.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:28.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:28.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:28.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:28.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:28.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:28.631 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:28.631 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:28.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:28.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:28.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:28.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:28.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:28.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:29.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:29.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:29.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:29.633 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:29.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:29.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:29.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:29.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:29.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:29.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:29.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:29.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:29.634 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:29.634 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:29.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:29.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:29.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:29.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:29.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:29.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:29.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:29.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:29.635 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:12:29.635 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:12:29.636 DEBUG [main][TreeItemHandler] Set Tree selection 12:12:29.636 DEBUG [main][TreeHandler] Notify Tree about selection event 12:12:29.644 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:12:29.650 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 12:12:29.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:12:29.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:29.679 DEBUG [main][MenuItemLookup] Found menu:'New' 12:12:29.679 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:12:29.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:29.679 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:12:29.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:29.679 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:12:29.679 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:12:29.679 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:12:29.679 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:12:29.679 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:12:29.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:29.679 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:12:29.679 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:12:29.680 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:29.680 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:12:29.680 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:12:29.680 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:12:29.680 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:12:29.680 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:12:29.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:29.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:29.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:12:30.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:30.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:30.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:30.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:30.181 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:12:30.181 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:30.199 DEBUG [main][MenuItemLookup] Found menu:'New' 12:12:30.199 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:12:30.199 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:30.199 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:12:30.199 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:30.199 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:12:30.199 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:12:30.199 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:12:30.199 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:12:30.199 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:12:30.199 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:12:30.199 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:12:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:12:30.765 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 12:12:30.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:12:30.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:30.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:30.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 12:12:30.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:30.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:30.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:30.768 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:12:30.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:30.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:30.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:30.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:30.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:30.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:30.769 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:12:30.769 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:12:30.769 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:12:30.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:30.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:30.769 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:30.769 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:30.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:12:30.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:30.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:30.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:30.769 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:12:30.769 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:30.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:30.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:30.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:30.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:30.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:30.770 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:12:30.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:30.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:30.770 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:30.770 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:30.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:12:30.773 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:12:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:12:31.274 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:12:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:31.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:12:31.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:12:31.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:31.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:31.274 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:31.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:31.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:31.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:12:31.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:31.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:31.275 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:12:31.275 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:31.275 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:31.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:31.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.483 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.416 s closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.096 s getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 3.204 s closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.08 s testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.084 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.122 s closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.074 s closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.619 s noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.067 s getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.176 s testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.086 s saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.125 s isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.088 s closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 12.177 s closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.635 s findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.629 s saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.086 s getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 11.108 s noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.07 s switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.665 s testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.081 s getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.066 s getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.144 s Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:12:31.286 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:12:31.287 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:12:31.288 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:31.288 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:12:31.288 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:31.288 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:12:31.288 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:31.288 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:12:31.288 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:31.288 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:12:31.288 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.*'] 12:12:31.288 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.288 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.*'] 12:12:31.288 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.288 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.*'] 12:12:31.289 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:31.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:31.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:31.289 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:31.289 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:31.289 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:31.289 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:31.289 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:31.289 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:31.289 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:31.289 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:31.289 DEBUG [main][MenuItemLookup] Item match:Window 12:12:31.290 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:31.290 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:31.290 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:31.290 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:31.290 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:31.290 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:31.290 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:31.290 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:31.290 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:31.290 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:31.290 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:31.290 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:31.290 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:31.298 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:31.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:31.372 DEBUG [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 12:12:31.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:31.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:31.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:31.374 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:31.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.374 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 12:12:31.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:31.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:31.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:31.375 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) 12:12:31.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:31.377 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:31.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:31.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:31.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:31.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:31.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:31.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:31.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:31.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:31.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:31.404 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:31.404 DEBUG [main][EditorHandler] 0 editor(s) found 12:12:31.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.405 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:12:31.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:31.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:31.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:31.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:31.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:31.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:31.407 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:31.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:31.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:31.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:31.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:31.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:31.408 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:31.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:31.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:31.409 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 12:12:31.409 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:31.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:31.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:31.418 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 12:12:31.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.418 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:31.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:31.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:31.419 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 12:12:31.421 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:31.421 DEBUG [main][EditorHandler] 0 editor(s) found 12:12:31.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:31.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:31.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:12:31.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:31.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:31.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:31.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:12:31.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:31.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:31.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:31.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:31.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:31.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:31.423 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:31.423 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:31.423 DEBUG [main][MenuItemLookup] Item match:File 12:12:31.424 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:31.424 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:12:31.425 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:12:31.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:31.425 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:12:31.425 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:31.425 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:12:31.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:31.425 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:12:31.425 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:12:31.425 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:12:31.425 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:12:31.425 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:12:31.483 DEBUG [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.... 12:12:31.487 DEBUG [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 12:12:31.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:12:31.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:31.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:31.488 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:12:31.488 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.489 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 12:12:31.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:31.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:31.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:31.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:12:31.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:31.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:31.490 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:12:31.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:31.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:31.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:12:31.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:31.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:31.490 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:12:31.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:31.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:31.491 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:12:31.491 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:12:31.491 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:12:31.514 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:12:31.514 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:12:31.514 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:12:31.514 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) 12:12:31.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:31.515 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:12:31.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:31.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:31.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:31.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:31.539 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:31.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:12:31.539 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 12:12:31.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:12:31.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:31.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:31.540 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:12:31.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.540 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 12:12:31.540 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:") 12:12:31.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:31.542 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:31.542 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 12:12:31.543 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:12:31.543 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:12:31.543 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) 12:12:31.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:31.545 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:12:31.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:31.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:31.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:31.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:31.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:32.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:32.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:32.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:12:32.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:12:32.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:32.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:32.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:32.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:12:32.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:12:32.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:12:32.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:12:32.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:12:32.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:12:32.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:12:32.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:12:32.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:12:32.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:32.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:32.052 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:32.052 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:32.052 DEBUG [main][MenuItemLookup] Item match:File 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:32.053 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:12:32.053 DEBUG [main][MenuItemLookup] Item match:Import... 12:12:32.054 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:12:32.054 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:12:32.054 INFO [main][MenuItemHandler] Select menu item: &Import... 12:12:32.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:12:32.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:12:32.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:12:32.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:32.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:32.113 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:12:32.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.113 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 12:12:32.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:12:32.115 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:32.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:32.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:32.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:12:32.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:32.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:32.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:12:32.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:32.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:32.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:12:32.618 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:12:32.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:12:32.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:12:32.621 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:12:32.621 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:12:32.621 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) 12:12:32.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:32.622 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:12:32.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:32.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:32.622 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:32.622 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:32.668 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:12:32.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:12:32.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:32.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:32.694 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:12:32.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:12:32.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:12:32.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:12:32.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:32.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:32.694 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:12:32.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.696 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/' 12:12:32.697 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:") 12:12:32.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:32.698 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:12:32.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:32.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:32.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:32.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:32.709 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 12:12:32.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:32.711 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/ 12:12:32.712 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") 12:12:32.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:32.732 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:12:32.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:32.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:32.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:32.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:32.752 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 12:12:32.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:32.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:12:32.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:12:32.753 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 12:12:32.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:12:32.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:32.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace") 12:12:32.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:32.755 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 12:12:32.755 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 12:12:32.755 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 12:12:32.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:32.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:32.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:32.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:32.756 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:12:32.756 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:12:32.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:12:32.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:32.757 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:12:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:32.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:32.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:32.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:32.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:33.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 12:12:33.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 12:12:34.261 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 12:12:34.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:12:34.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:34.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:34.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:34.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:34.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:34.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:34.263 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:12:34.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:34.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:34.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:34.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:34.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:34.264 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:34.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:34.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:34.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:34.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:34.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:34.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:34.264 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:34.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:34.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:34.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:34.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:34.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:34.266 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:34.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:34.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:34.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:34.267 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:34.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:34.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:34.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:34.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:34.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:34.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:34.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:34.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:35.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:35.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:35.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:35.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:35.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:35.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:35.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:35.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:35.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:35.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:35.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:35.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:35.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:35.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:35.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:35.771 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:35.771 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:12:35.771 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:12:35.772 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:12:35.772 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:12:35.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:36.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:36.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:12:36.314 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:12:36.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:12:36.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:36.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:36.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:12:36.815 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:12:36.815 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:12:36.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:37.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:37.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:12:37.317 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:37.317 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:37.317 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:37.352 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:37.353 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:12:37.353 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:37.353 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:37.353 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:37.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:37.417 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:37.418 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:38.639 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:38.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:38.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:38.639 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 12:12:38.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:12:38.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:12:38.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:38.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:38.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:38.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:38.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@261a3d2b is found... 12:12:38.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@261a3d2b is found finished successfully 12:12:38.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:12:38.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:38.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:38.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:38.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:38.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:38.715 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:38.715 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:38.716 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13] 12:12:38.758 INFO [WorkbenchTestable][Keyboard] Type text "a" 12:12:38.912 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:12:38.912 INFO [WorkbenchTestable][Keyboard] As char:a, as int:97 12:12:39.515 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:39.516 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 12:12:39.516 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:12:39.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:12:39.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:39.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:39.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:39.517 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:39.517 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:39.518 DEBUG [main][MenuItemLookup] Item match:File 12:12:39.519 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:39.519 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:12:39.519 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:12:39.519 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:12:39.519 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:39.519 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:12:39.519 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:12:39.519 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:39.519 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:12:39.519 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:12:39.520 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:12:39.520 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:12:39.520 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:12:39.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:12:39.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:12:39.625 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:39.625 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 12:12:39.625 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:39.625 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 12:12:39.625 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:12:39.625 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:12:39.828 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:12:39.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:39.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:39.829 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:12:39.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:39.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:39.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:39.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:39.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:39.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:39.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:39.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:39.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:39.831 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:39.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:39.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:39.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:39.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:39.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:39.833 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:39.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:39.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:39.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:39.834 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:39.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:39.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:39.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:39.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:39.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:39.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:40.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:40.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:40.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:40.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:40.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:40.836 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:40.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:40.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:40.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:40.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:40.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:40.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:40.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:40.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:40.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:40.838 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:40.838 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:12:40.838 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:12:40.839 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:12:40.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:12:40.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:40.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:12:40.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:40.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:12:40.839 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:12:40.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:12:40.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:40.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:12:40.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:40.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:12:40.839 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:12:40.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:12:40.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:40.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:12:40.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:40.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:12:40.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:40.840 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:40.840 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:40.850 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:40.853 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:12:40.853 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:40.853 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:40.853 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:40.859 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:40.859 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:40.860 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:41.118 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:41.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:41.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:41.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 5 files to index (/TextEditorTestProject)' is a system job, skipped 12:12:41.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:12:41.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:12:41.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:41.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:41.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:41.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:41.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c986be0 is found... 12:12:41.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c986be0 is found finished successfully 12:12:41.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:12:41.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:41.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:41.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:41.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:41.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:41.134 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:41.134 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 12:12:41.134 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:12:41.156 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:41.156 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:41.156 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:12:41.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:12:41.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:41.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:41.157 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:41.157 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:41.157 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:41.157 DEBUG [main][MenuItemLookup] Item match:File 12:12:41.158 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:41.158 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:12:41.158 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:12:41.158 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:12:41.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:41.158 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:12:41.158 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:12:41.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:41.158 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:12:41.158 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:12:41.158 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:12:41.158 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:12:41.158 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:12:41.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:12:41.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:12:41.242 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:41.242 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:41.242 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:41.242 DEBUG [main][EditorHandler] 1 editor(s) found 12:12:41.242 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:12:41.327 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:12:41.327 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:41.327 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:12:41.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:12:41.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:41.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:41.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:41.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:41.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:41.329 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:12:41.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:41.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:41.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:41.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:41.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:41.330 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:41.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:41.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:41.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:41.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:41.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:41.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:41.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:41.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:41.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:41.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:41.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:41.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:41.333 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:41.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:41.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:41.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:41.334 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:41.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:41.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:41.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:41.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:41.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:41.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:41.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:41.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:42.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:42.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:42.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:42.336 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:42.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:42.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:42.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:42.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:42.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:42.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:42.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:42.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:42.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:42.337 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:42.337 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:12:42.337 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:12:42.337 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:12:42.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:12:42.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:42.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:12:42.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:42.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:12:42.338 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:12:42.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:12:42.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:42.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:12:42.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:42.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:12:42.338 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:12:42.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:12:42.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:42.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:12:42.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:42.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:12:42.338 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:42.338 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:42.338 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:42.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:42.346 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:12:42.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:42.346 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:42.346 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:42.351 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:42.351 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:42.351 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:42.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:42.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:42.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:42.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:12:42.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:12:42.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:12:42.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:42.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:42.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:42.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:42.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1380b30d is found... 12:12:42.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1380b30d is found finished successfully 12:12:42.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:12:42.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:42.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:42.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:42.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:42.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:42.488 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:42.489 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:42.489 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:42.489 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:42.490 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 12:12:42.546 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 12:12:42.556 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:12:42.557 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:12:43.157 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:12:43.158 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:12:43.758 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:12:43.759 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:12:44.359 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:12:44.359 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:12:44.961 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:12:44.961 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:12:45.562 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:12:45.562 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:12:46.163 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:12:46.163 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 12:12:46.764 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:12:46.764 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:12:47.365 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:47.365 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 12:12:47.365 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:12:47.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:12:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:47.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:47.366 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:47.366 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:47.366 DEBUG [main][MenuItemLookup] Item match:File 12:12:47.367 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:47.367 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:12:47.367 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:12:47.367 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:12:47.367 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:47.367 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:12:47.367 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:12:47.367 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:47.367 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:12:47.367 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:12:47.367 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:12:47.367 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:12:47.367 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:12:47.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:12:47.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:12:47.417 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:47.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;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:47.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:47.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:47.419 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:12:47.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:47.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:47.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:12:47.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:47.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:47.420 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:47.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:47.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:47.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:47.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:47.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:47.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:47.421 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:47.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:47.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:47.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:47.453 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:47.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:47.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:47.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:47.454 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:47.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:47.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:47.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:47.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:47.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:47.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:47.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:47.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:48.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:48.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:48.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:48.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:48.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:48.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:48.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:48.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:48.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:48.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:48.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:48.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:48.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:48.457 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:48.457 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:12:48.457 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:12:48.458 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:12:48.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:12:48.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:48.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:12:48.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:48.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:12:48.458 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:12:48.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:12:48.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:48.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:12:48.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:48.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:12:48.458 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:12:48.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:12:48.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:48.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:12:48.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:48.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:12:48.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:48.458 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:48.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:48.465 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:48.465 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:12:48.465 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:48.465 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:48.465 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:48.473 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:48.473 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:48.473 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:48.507 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:48.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:48.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:12:48.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:12:48.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:48.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:48.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@56907760 is found... 12:12:48.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@56907760 is found finished successfully 12:12:48.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:12:48.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:48.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:48.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:48.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:48.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:48.510 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:48.510 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:48.510 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:12:48.525 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:48.526 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:48.526 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:12:48.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:12:48.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:48.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:48.526 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:48.526 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:48.526 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:48.526 DEBUG [main][MenuItemLookup] Item match:File 12:12:48.527 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:48.527 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:12:48.527 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:12:48.527 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:12:48.527 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:48.527 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:12:48.527 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:12:48.527 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:48.527 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:12:48.527 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:12:48.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:12:48.527 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:12:48.527 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:12:48.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:12:48.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:12:48.560 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:48.560 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:48.560 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:48.560 DEBUG [main][EditorHandler] 1 editor(s) found 12:12:48.560 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:12:48.658 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:12:48.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:12:48.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:48.658 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:48.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:48.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:48.659 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:12:48.659 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:48.659 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:12:48.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:12:48.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:48.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:48.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:48.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:48.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:48.660 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:12:48.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:48.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:48.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:48.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:48.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:48.661 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:48.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:48.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:48.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:48.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:48.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:48.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:48.662 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:48.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:48.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:48.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:48.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:48.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:48.664 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:48.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:48.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:48.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:48.664 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:48.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:48.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:48.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:48.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:48.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:48.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:49.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:49.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:49.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:49.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:49.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:49.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:49.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:49.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:49.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:49.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:49.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:49.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:49.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:49.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:49.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:49.724 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:49.724 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:12:49.724 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:12:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:12:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:12:49.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:12:49.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:49.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:12:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:12:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:12:49.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:12:49.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:49.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:12:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:12:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:12:49.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:12:49.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:49.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:12:49.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:49.726 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:49.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:49.733 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:49.734 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:12:49.734 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:49.734 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:49.734 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:49.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:49.744 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:49.745 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:49.897 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:49.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:49.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:49.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:12:49.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:12:49.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:12:49.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:49.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:49.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:49.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:49.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c8246f2 is found... 12:12:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c8246f2 is found finished successfully 12:12:49.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:12:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:49.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:49.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:49.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:49.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:49.913 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:49.913 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:49.913 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:49.913 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:49.913 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:12:50.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:50.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:50.914 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:50.914 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:50.914 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:50.914 DEBUG [main][MenuItemLookup] Item match:Edit 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:50.915 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:12:50.915 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:12:50.918 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 12:12:50.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals" 12:12:50.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 12:12:50.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals" 12:12:50.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals" 12:12:50.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals" 12:12:50.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"" 12:12:50.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints Shift+Ctrl+Space" 12:12:50.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:50.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:50.920 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:12:50.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:50.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:50.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:12:50.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:50.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:50.921 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:50.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:50.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:50.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:50.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:50.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:50.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:50.922 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:50.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:50.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:50.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:50.933 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:50.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:50.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:50.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:50.933 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:50.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:50.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:50.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:50.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:50.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:50.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:51.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:51.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:51.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:51.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:51.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:51.935 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:51.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:51.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:51.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:51.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:51.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:51.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:51.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:51.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:51.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:51.936 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:51.936 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:12:51.936 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:12:51.937 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:12:51.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:12:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:51.937 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:12:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:51.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:12:51.937 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:12:51.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:12:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:51.937 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:12:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:51.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:12:51.937 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:12:51.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:12:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:51.937 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:12:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:51.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:12:51.938 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:51.938 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:51.938 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:51.944 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:51.945 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:12:51.945 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:51.945 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:51.945 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:51.953 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:51.953 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:51.953 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:51.986 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:51.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:51.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:51.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:12:51.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:12:51.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:51.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:51.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:51.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:51.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@628144c is found... 12:12:51.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@628144c is found finished successfully 12:12:51.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') 12:12:51.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:51.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:51.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:51.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:51.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:51.990 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:51.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 12:12:51.990 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:12:52.009 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:52.009 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:52.009 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:12:52.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:12:52.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:52.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:52.009 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:52.009 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:52.010 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:52.010 DEBUG [main][MenuItemLookup] Item match:File 12:12:52.010 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:52.010 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:12:52.010 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:12:52.010 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:12:52.010 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:52.010 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:12:52.010 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:12:52.010 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:52.010 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:12:52.010 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:12:52.011 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:12:52.011 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:12:52.011 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:12:52.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:12:52.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:12:52.043 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:52.043 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:52.043 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:52.043 DEBUG [main][EditorHandler] 1 editor(s) found 12:12:52.043 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:12:52.155 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:12:52.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:12:52.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:52.155 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:52.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:52.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:52.156 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:12:52.156 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:52.156 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:12:52.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:12:52.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:52.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:52.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:52.156 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:52.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:52.157 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:52.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:52.157 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:12:52.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:52.157 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:52.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:52.157 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:52.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:52.157 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:52.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:52.157 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:12:52.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:52.157 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:52.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:52.158 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:52.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:52.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:52.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:52.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:52.158 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:52.159 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:52.159 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:52.159 DEBUG [main][MenuItemLookup] Item match:File 12:12:52.159 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:52.160 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:12:52.161 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:12:52.161 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:52.161 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:12:52.161 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:52.161 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:12:52.161 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:52.161 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:12:52.161 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:12:52.161 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:12:52.161 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:12:52.161 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:12:52.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.... 12:12:52.270 DEBUG [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 12:12:52.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:12:52.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:52.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:52.271 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:12:52.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:52.272 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 12:12:52.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:52.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:52.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:52.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:52.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:52.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:52.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:52.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:12:52.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:52.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:52.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:12:52.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:52.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:52.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:12:52.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:52.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:52.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:12:52.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:52.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:52.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:12:52.274 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:12:52.275 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:12:52.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:12:52.278 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:12:52.278 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:12:52.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 12:12:52.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:52.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:52.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:52.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:52.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:52.285 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:12:52.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:52.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:52.285 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:52.285 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:52.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:12:52.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:52.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:52.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:12:52.317 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 12:12:52.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:12:52.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:52.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:52.318 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:12:52.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:52.318 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:") 12:12:52.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:52.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:52.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:52.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:52.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:52.320 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:52.321 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 12:12:52.322 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:") 12:12:52.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:52.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:52.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:52.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:52.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:52.323 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:52.324 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:12:52.324 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:12:52.324 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:12:52.324 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) 12:12:52.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:52.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:52.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:52.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:52.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:52.326 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:12:52.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:52.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:52.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:52.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:52.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:52.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:52.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:52.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:52.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:12:52.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:12:52.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:12:52.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:52.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:52.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:52.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:52.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') 12:12:52.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:52.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:52.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:52.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:52.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:52.416 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 12:12:52.420 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:52.420 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:52.420 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:12:52.420 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:12:52.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:52.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:52.432 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:12:52.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:52.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:52.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:12:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:52.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:12:52.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:52.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:52.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:52.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:52.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:52.434 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:52.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:52.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:52.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:52.457 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:52.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:52.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:52.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:52.458 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:52.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:52.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:52.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:52.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:52.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:52.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:52.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:52.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:53.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:53.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:53.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:53.460 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:53.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:53.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:53.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:53.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:53.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:53.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:53.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:53.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:53.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:53.461 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:53.461 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:12:53.462 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:12:53.462 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:12:53.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:12:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:53.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:12:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:53.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:12:53.462 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:12:53.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:12:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:53.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:12:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:53.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:12:53.462 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:12:53.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:12:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:53.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:12:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:53.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:12:53.463 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:53.463 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:53.463 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:53.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:53.470 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:12:53.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:53.470 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:53.471 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:53.482 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:53.482 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:53.482 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:53.626 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:53.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:53.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:53.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:12:53.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:12:53.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:12:53.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:53.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:53.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:53.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:53.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a39b123 is found... 12:12:53.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a39b123 is found finished successfully 12:12:53.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:12:53.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:53.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:53.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:53.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:53.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:53.639 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:53.639 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:53.639 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:12:53.669 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:53.669 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:53.669 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:12:53.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:12:53.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:53.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:53.670 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:53.670 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:53.670 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:53.670 DEBUG [main][MenuItemLookup] Item match:File 12:12:53.671 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:53.671 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:12:53.671 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:12:53.671 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:12:53.671 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:53.671 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:12:53.671 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:12:53.671 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:53.671 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:12:53.671 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:12:53.671 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:12:53.671 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:12:53.671 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:12:53.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:12:53.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:12:53.741 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:53.741 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:53.741 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:53.741 DEBUG [main][EditorHandler] 2 editor(s) found 12:12:53.742 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:12:53.758 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:12:53.758 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:12:53.846 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:12:53.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:12:53.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:53.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:53.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:53.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:53.846 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:12:53.846 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:53.846 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:12:53.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:12:53.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:53.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:53.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:53.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:53.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:53.847 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:12:53.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:53.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:53.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:53.848 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:53.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:53.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:53.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:53.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:53.849 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:53.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:53.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:53.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:53.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:53.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:53.851 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:53.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:53.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:53.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:53.852 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:53.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:53.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:53.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:53.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:53.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:53.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:54.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:54.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:54.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:54.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:54.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:54.854 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:54.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:54.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:54.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:54.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:54.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:54.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:54.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:54.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:54.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:54.855 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:54.855 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:12:54.855 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:12:54.855 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:12:54.855 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:12:54.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:54.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:12:54.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:54.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:12:54.856 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:12:54.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:12:54.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:54.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:12:54.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:54.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:12:54.856 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:12:54.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:12:54.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:54.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:12:54.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:54.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:12:54.856 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:54.856 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:54.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:54.866 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:54.866 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:12:54.866 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:54.866 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:54.866 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:54.871 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:54.871 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:54.872 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:54.995 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:54.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:54.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:54.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:12:54.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:12:54.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:12:54.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:54.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:54.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:54.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:54.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7aea05be is found... 12:12:55.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7aea05be is found finished successfully 12:12:55.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:12:55.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:55.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:55.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:55.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:55.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:55.008 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:55.009 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:55.009 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5 12:12:55.009 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0 12:12:55.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:55.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:55.012 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:12:55.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:55.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:55.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:12:55.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:55.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:55.014 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:55.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:55.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:55.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:55.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:55.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:55.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:55.014 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:55.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:55.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:55.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:55.047 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:55.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:55.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:55.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:55.048 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:55.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:55.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:55.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:55.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:55.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:55.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:55.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:55.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:56.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:56.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:56.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:56.050 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:56.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:56.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:56.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:56.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 12:12:56.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:56.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:56.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:56.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:56.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:56.051 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:56.051 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:12:56.051 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:12:56.052 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:12:56.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:12:56.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:56.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:12:56.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:56.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:12:56.052 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:12:56.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:12:56.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:56.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:12:56.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:56.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:12:56.052 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:12:56.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:12:56.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:56.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:12:56.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:56.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:12:56.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:56.052 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:56.052 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:56.062 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:56.062 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:12:56.063 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:56.063 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:56.063 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:56.069 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:56.069 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:56.069 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:56.115 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:56.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:56.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:12:56.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:12:56.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:56.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:56.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e09caf8 is found... 12:12:56.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e09caf8 is found finished successfully 12:12:56.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:12:56.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:56.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:56.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:56.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:56.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:56.120 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:56.120 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:56.120 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:12:56.137 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:56.137 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:56.137 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:12:56.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:12:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:56.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:56.137 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:12:56.138 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:56.138 DEBUG [main][MenuItemLookup] Item match:File 12:12:56.138 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:56.138 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:12:56.138 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:12:56.138 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:12:56.138 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:56.138 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:12:56.138 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:12:56.138 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:56.138 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:12:56.138 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:12:56.139 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:12:56.139 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:12:56.139 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:12:56.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:12:56.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:12:56.168 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:56.168 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:56.168 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:12:56.168 DEBUG [main][EditorHandler] 1 editor(s) found 12:12:56.168 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:12:56.266 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:12:56.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:12:56.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:56.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:56.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:56.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:56.266 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:12:56.266 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:56.266 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:12:56.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:12:56.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:56.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:56.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:56.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:56.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:56.267 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:12:56.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:56.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:56.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:56.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:56.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:56.310 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:56.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:56.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:56.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:56.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:56.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:56.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:56.310 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:56.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:56.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:56.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:56.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:56.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:56.324 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:56.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:56.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:56.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:56.325 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:56.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:56.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:56.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:56.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:56.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:56.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:56.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:56.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:57.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:57.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:57.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:57.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:57.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:57.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:57.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:57.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:12:57.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:57.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:57.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:57.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:57.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:57.332 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:12:57.333 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:12:57.333 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:12:57.333 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:12:57.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:12:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:57.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:12:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:57.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:12:57.333 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:12:57.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:12:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:57.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:12:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:57.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:12:57.333 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:12:57.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:12:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:57.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:12:57.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:57.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:12:57.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:57.334 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:57.334 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:57.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:57.341 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:12:57.341 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:12:57.341 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:12:57.341 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:12:57.348 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:12:57.348 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:12:57.348 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:12:57.462 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:12:57.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:12:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:12:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:12:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:12:57.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:57.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@602112b7 is found... 12:12:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@602112b7 is found finished successfully 12:12:57.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:12:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:57.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:57.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:57.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:57.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:57.477 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:57.477 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:12:57.478 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:12:57.478 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:12:57.679 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:12:57.883 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:12:57.883 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:12:58.084 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:12:58.289 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:12:58.289 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:12:58.489 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:12:58.692 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:12:58.692 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:12:58.893 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:12:59.095 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:12:59.096 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:12:59.296 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:13:00.297 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() { 12:13:00.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:00.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:00.310 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:00.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:00.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:00.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:00.311 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:00.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:00.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:00.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:00.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:00.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:00.312 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:00.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:00.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:00.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:00.346 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:00.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:00.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:00.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:00.346 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:00.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:00.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:00.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:00.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:00.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:00.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:00.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:01.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:01.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:01.348 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:01.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:01.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:01.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:01.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:01.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:01.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:01.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:01.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:01.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:01.350 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:01.350 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:01.350 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:01.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:01.351 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:01.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:01.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:01.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:01.351 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:01.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:01.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:01.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:01.351 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:01.351 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:01.351 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:01.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:01.360 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:01.360 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:01.360 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:01.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:01.369 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:01.369 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:01.370 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:01.405 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:01.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:01.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:01.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:01.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:01.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:01.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:01.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:01.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:01.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f716334 is found... 12:13:01.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f716334 is found finished successfully 12:13:01.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:01.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:01.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:01.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:01.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:01.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:01.409 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:01.409 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:01.409 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:01.431 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:01.431 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:01.431 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:01.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:01.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:01.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:01.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:01.431 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:01.432 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:01.432 DEBUG [main][MenuItemLookup] Item match:File 12:13:01.432 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:01.432 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:01.432 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:01.432 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:01.432 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:01.432 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:01.432 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:01.432 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:01.432 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:01.432 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:01.446 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:01.446 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:01.446 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:01.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:01.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:01.467 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:01.468 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:01.468 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:01.468 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:01.468 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:01.546 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:01.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:01.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:01.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:01.546 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:01.546 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:01.546 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:01.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:01.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:01.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:01.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:01.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:01.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:01.547 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:01.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:01.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:01.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:01.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:01.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:01.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:01.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:01.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:01.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:01.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:01.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:01.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:01.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:01.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:01.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:01.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:01.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:01.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:01.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:01.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:01.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:01.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:01.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:01.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:01.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:01.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:01.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:01.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:01.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:02.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:02.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:02.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:02.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:02.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:02.553 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:02.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:02.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:02.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:02.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 12:13:02.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:02.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:02.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:02.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:02.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:02.554 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:02.554 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:02.554 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:02.555 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:02.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:02.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:02.555 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:02.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:02.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:02.555 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:02.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:02.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:02.555 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:02.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:02.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:02.555 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:02.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:02.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:02.555 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:02.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:02.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:02.556 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:02.556 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:02.556 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:02.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:02.564 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:02.564 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:02.564 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:02.564 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:02.570 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:02.570 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:02.570 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:02.694 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:02.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:02.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:02.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:02.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:02.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:02.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:02.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:02.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:02.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:02.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@47e0dcf2 is found... 12:13:02.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@47e0dcf2 is found finished successfully 12:13:02.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:02.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:02.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:02.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:02.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:02.714 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:02.714 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:02.714 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:02.714 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:02.915 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:03.117 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:03.117 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:03.318 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:03.520 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:03.520 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:03.721 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:03.924 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:03.924 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:04.124 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:04.327 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:13:04.327 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:13:04.527 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:13:05.529 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(""); } } 12:13:05.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:05.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:05.530 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:05.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:05.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:05.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:05.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:05.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 '\*?\QProject Explorer\E') 12:13:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:05.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:05.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:05.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:05.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:05.532 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:05.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:05.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:05.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:05.543 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:05.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:05.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:05.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:05.543 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:05.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:05.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:05.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:05.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:05.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:05.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:06.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:06.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:06.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:06.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:06.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:06.545 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:06.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:06.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:06.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:06.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:06.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:06.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:06.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:06.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:06.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:06.546 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:06.546 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:06.546 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:06.547 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:06.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:06.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:06.547 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:06.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:06.547 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:06.547 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:06.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:06.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:06.547 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:06.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:06.547 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:06.547 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:06.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:06.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:06.547 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:06.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:06.547 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:06.547 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:06.547 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:06.548 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:06.553 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:06.554 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:06.554 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:06.554 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:06.554 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:06.559 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:06.559 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:06.560 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:06.593 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:06.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:06.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:06.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:06.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:06.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:06.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:06.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:06.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:06.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e5545f7 is found... 12:13:06.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e5545f7 is found finished successfully 12:13:06.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:06.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:06.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:06.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:06.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:06.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:06.597 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:06.597 DEBUG [WorkbenchTestable][EditorHandler] 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 12:13:06.597 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:06.618 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:06.618 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:06.618 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:06.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:06.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:06.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:06.618 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:06.618 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:06.618 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:06.618 DEBUG [main][MenuItemLookup] Item match:File 12:13:06.619 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:06.619 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:06.619 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:06.619 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:06.619 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:06.619 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:06.619 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:06.619 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:06.619 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:06.619 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:06.633 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:06.633 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:06.633 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:06.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:06.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:06.655 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:06.655 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:06.655 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:06.655 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:06.655 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:06.755 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:06.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:06.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:06.755 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:06.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:06.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:06.755 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:06.755 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:06.755 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:06.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:06.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:06.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:06.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:06.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:06.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:06.756 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:06.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:06.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:06.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:06.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:06.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:06.757 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:06.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:06.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:06.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:06.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:06.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:06.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:06.758 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:06.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:06.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:06.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:06.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:06.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:06.760 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:06.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:06.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:06.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:06.760 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:06.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:06.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:06.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:06.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:06.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:07.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:07.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:07.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:07.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:07.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:07.763 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:07.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:07.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:07.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:07.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:07.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:07.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:07.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:07.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:07.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:07.764 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:07.764 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:07.765 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:07.765 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:07.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:07.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:07.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:07.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:07.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:07.765 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:07.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:07.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:07.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:07.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:07.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:07.765 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:07.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:07.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:07.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:07.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:07.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:07.766 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:07.766 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:07.766 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:07.772 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:07.773 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:07.773 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:07.773 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:07.773 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:07.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:07.778 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:07.778 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:07.900 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:07.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:07.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:07.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:07.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:07.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:07.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:07.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:07.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:07.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:07.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5840662 is found... 12:13:07.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5840662 is found finished successfully 12:13:07.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:07.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:07.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:07.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:07.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:07.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:07.919 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:07.919 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:07.919 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:07.947 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:07.947 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:07.947 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:07.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:07.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:07.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:07.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:07.948 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:07.948 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:07.948 DEBUG [main][MenuItemLookup] Item match:File 12:13:07.948 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:07.948 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:07.948 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:07.948 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:07.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:07.948 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:07.948 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:07.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:07.948 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:07.948 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:07.949 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:07.949 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:07.949 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:08.017 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:08.017 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:08.018 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:13:09.018 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:09.024 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:13:10.025 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:10.025 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 12:13:10.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:10.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:10.027 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:10.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:10.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:10.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:10.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:10.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:10.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:10.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:10.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:10.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:10.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:10.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:10.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:10.029 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:10.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:10.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:10.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:10.058 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:10.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:10.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:10.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:10.059 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:10.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:10.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:10.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:10.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:10.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:10.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:10.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:10.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:11.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:11.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:11.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:11.060 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:11.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:11.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:11.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:11.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:11.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:11.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:11.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:11.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:11.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:11.061 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:11.062 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:11.062 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:11.062 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:11.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:11.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:11.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:11.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:11.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:11.062 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:11.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:11.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:11.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:11.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:11.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:11.062 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:11.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:11.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:11.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:11.063 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:11.063 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:11.063 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:11.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:11.071 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:11.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:11.071 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:11.071 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:11.075 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:11.075 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:11.076 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:11.107 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:11.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:11.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:11.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:11.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:11.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:11.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:11.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:11.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:11.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@70f536b1 is found... 12:13:11.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@70f536b1 is found finished successfully 12:13:11.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:11.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:11.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:11.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:11.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:11.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:11.111 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:11.111 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 12:13:11.111 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:11.117 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:11.121 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:11.121 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:11.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:11.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:11.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:11.121 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:11.121 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:11.121 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:11.121 DEBUG [main][MenuItemLookup] Item match:File 12:13:11.122 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:11.122 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:11.122 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:11.122 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:11.122 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:11.122 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:11.122 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:11.122 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:11.122 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:11.122 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:11.122 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:11.122 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:11.122 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:11.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:11.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:11.133 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:11.133 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:11.133 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:11.133 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:11.133 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:11.233 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:11.233 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:11.233 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:11.233 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:11.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:11.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:11.233 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:11.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:11.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:11.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:11.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:11.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:11.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:11.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:11.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:11.234 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:11.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:11.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:11.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:11.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:11.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:11.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:11.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:11.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:11.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:11.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:11.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:11.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:11.236 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:11.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:11.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:11.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:11.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:11.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:11.238 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:11.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:11.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:11.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:11.238 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:11.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:11.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:11.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:11.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:11.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:11.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:11.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:12.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:12.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:12.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:12.240 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:12.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:12.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:12.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:12.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 12:13:12.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:12.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:12.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:12.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:12.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:12.241 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:12.241 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:12.241 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:12.242 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:12.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:12.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:12.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:12.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:12.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:12.242 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:12.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:12.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:12.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:12.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:12.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:12.242 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:12.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:12.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:12.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:12.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:12.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:12.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:12.242 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:12.243 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:12.249 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:12.249 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:12.249 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:12.249 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:12.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:12.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:12.253 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:12.254 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:12.364 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:12.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:12.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:12.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:12.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:12.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:12.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:12.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:12.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:12.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:12.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2b220b2e is found... 12:13:12.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2b220b2e is found finished successfully 12:13:12.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:12.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:12.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:12.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:12.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:12.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:12.379 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:12.379 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:12.379 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:12.379 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:12.379 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 12:13:12.394 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:12.394 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:12.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:12.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:12.412 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:12.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:12.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:12.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:12.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:12.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:12.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:12.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:12.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:12.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:12.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:12.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:12.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:12.413 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:12.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:12.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:12.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:12.443 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:12.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:12.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:12.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:12.444 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:12.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:12.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:12.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:12.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:12.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:12.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:12.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:12.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:13.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:13.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:13.445 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:13.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:13.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:13.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:13.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 12:13:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:13.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:13.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:13.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:13.446 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:13.446 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:13.446 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:13.447 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:13.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:13.447 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:13.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:13.447 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:13.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:13.447 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:13.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:13.447 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:13.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:13.447 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:13.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:13.447 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:13.447 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:13.447 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:13.455 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:13.455 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:13.455 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:13.455 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:13.456 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:13.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:13.460 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:13.460 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:13.492 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:13.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:13.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:13.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:13.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:13.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:13.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:13.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:13.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:13.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13993259 is found... 12:13:13.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13993259 is found finished successfully 12:13:13.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:13.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:13.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:13.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:13.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:13.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:13.495 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:13.495 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:13.495 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:13.502 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:13.502 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:13.502 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:13.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:13.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:13.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:13.516 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:13.516 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:13.516 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:13.516 DEBUG [main][MenuItemLookup] Item match:File 12:13:13.516 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:13.516 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:13.517 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:13.517 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:13.517 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:13.517 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:13.517 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:13.517 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:13.517 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:13.517 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:13.517 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:13.517 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:13.517 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:13.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:13.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:13.539 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:13.539 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:13.539 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:13.539 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:13.539 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:13.638 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:13.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:13.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:13.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:13.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:13.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:13.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:13.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:13.638 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:13.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:13.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:13.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:13.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:13.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:13.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:13.639 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:13.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:13.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:13.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:13.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:13.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:13.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:13.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') 12:13:13.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:13.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:13.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:13.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:13.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:13.640 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:13.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:13.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:13.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:13.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:13.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:13.642 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:13.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:13.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:13.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:13.643 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:13.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:13.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:13.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:13.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:13.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:13.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:14.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:14.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:14.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:14.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:14.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:14.644 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:14.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:14.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:14.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:14.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 12:13:14.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:14.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:14.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:14.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:14.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:14.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:14.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:14.646 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:14.646 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:14.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:14.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:14.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:14.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:14.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:14.647 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:14.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:14.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:14.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:14.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:14.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:14.647 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:14.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:14.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:14.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:14.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:14.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:14.647 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:14.647 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:14.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:14.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:14.656 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:14.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:14.656 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:14.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:14.662 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:14.662 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:14.662 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:14.788 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:14.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:14.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:14.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:14.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:14.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:14.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:14.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:14.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:14.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:14.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6246d809 is found... 12:13:14.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6246d809 is found finished successfully 12:13:14.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:14.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:14.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:14.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:14.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:14.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:14.809 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:14.809 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:14.809 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19 12:13:14.809 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0 12:13:14.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:14.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:14.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:14.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:14.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:14.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:14.817 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:14.818 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=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 12:13:14.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:14.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:14.818 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:14.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:14.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:14.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:14.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:14.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:14.819 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:14.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:14.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:14.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:14.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:14.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:14.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:14.820 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:14.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:14.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:14.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:14.854 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:14.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:14.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:14.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:14.855 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:14.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:14.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:14.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:14.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:14.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:14.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:15.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:15.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:15.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:15.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:15.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:15.856 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:15.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:15.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:15.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:15.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:15.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:15.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:15.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:15.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:15.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:15.858 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:15.858 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:15.858 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:15.859 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:15.859 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:15.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:15.859 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:15.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:15.859 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:15.859 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:15.859 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:15.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:15.859 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:15.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:15.859 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:15.859 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:15.859 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:15.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:15.859 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:15.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:15.859 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:15.859 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:15.860 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:15.860 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:15.867 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:15.867 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:15.867 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:15.867 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:15.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:15.872 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:15.872 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:15.872 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:15.904 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:15.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:15.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:15.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:15.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:15.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:15.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:15.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:15.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:15.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1cf26a21 is found... 12:13:15.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1cf26a21 is found finished successfully 12:13:15.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') 12:13:15.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:15.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:15.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:15.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:15.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:15.908 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:15.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(""); } } newText TooltipText=null 12:13:15.908 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:15.924 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:15.924 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:15.924 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:15.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:15.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:15.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:15.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:15.925 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:15.925 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:15.925 DEBUG [main][MenuItemLookup] Item match:File 12:13:15.926 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:15.926 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:15.926 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:15.926 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:15.926 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:15.926 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:15.926 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:15.926 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:15.926 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:15.926 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:15.926 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:15.926 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:15.926 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:15.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:15.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:15.955 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:15.955 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:15.955 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:15.955 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:15.955 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:16.045 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:16.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:16.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:16.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:16.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:16.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:16.046 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:16.046 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:16.046 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:16.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:16.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:16.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:16.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:16.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:16.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:16.047 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:16.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:16.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:16.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:16.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:16.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:16.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:16.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:16.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:16.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:16.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:16.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:16.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:16.050 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:16.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:16.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:16.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:16.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:16.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:16.052 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:16.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:16.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:16.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:16.053 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:16.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:16.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:16.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:16.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:16.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:16.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:16.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:16.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:17.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:17.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:17.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:17.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:17.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:17.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:17.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:17.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:17.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:17.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:17.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:17.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:17.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:17.056 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:17.056 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:17.057 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:17.057 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:17.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:17.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:17.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:17.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:17.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:17.057 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:17.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:17.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:17.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:17.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:17.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:17.057 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:17.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:17.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:17.058 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:17.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:17.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:17.058 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:17.058 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:17.058 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:17.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:17.066 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:17.066 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:17.066 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:17.066 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:17.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:17.071 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:17.071 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:17.194 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:17.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:17.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:17.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:17.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:17.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:17.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:17.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@625f8d8b is found... 12:13:17.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@625f8d8b is found finished successfully 12:13:17.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:17.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:17.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:17.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:17.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:17.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:17.214 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:17.214 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:17.214 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0] 12:13:17.222 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0 12:13:17.222 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0 12:13:17.230 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:17.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 12:13:17.231 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:17.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:17.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:17.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:17.231 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:17.231 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:17.231 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:17.231 DEBUG [main][MenuItemLookup] Item match:File 12:13:17.232 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:17.232 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:17.232 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:17.232 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:17.232 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:17.232 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:17.232 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:17.232 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:17.232 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:17.232 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:17.232 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:17.232 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:17.233 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:17.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:17.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:17.260 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:17.260 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:17.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:17.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:17.261 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:17.261 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:17.261 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:13:17.261 DEBUG [main][MenuItemLookup] Item match:Edit 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:17.262 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:13:17.262 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:13:17.262 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:17.262 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:17.263 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 12:13:17.263 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:13:18.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:18.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:18.263 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:18.263 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:18.263 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:13:18.263 DEBUG [main][MenuItemLookup] Item match:Edit 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:18.264 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:13:18.264 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:13:18.265 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 12:13:18.265 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 12:13:18.266 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 12:13:18.266 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 12:13:18.266 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 12:13:18.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:13:18.419 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 12:13:18.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:18.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:18.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:18.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:13:18.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:18.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:18.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:18.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:18.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:18.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:13:18.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:13:18.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:13:18.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:13:18.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:13:18.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:18.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:18.455 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:13:18.455 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:13:18.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:13:18.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:13:18.456 DEBUG [WorkbenchTestable][ContentAssistant] abstract 12:13:18.456 DEBUG [WorkbenchTestable][ContentAssistant] class 12:13:18.456 DEBUG [WorkbenchTestable][ContentAssistant] enum 12:13:18.456 DEBUG [WorkbenchTestable][ContentAssistant] final 12:13:18.456 DEBUG [WorkbenchTestable][ContentAssistant] import 12:13:18.456 DEBUG [WorkbenchTestable][ContentAssistant] interface 12:13:18.456 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 12:13:18.456 DEBUG [WorkbenchTestable][ContentAssistant] public 12:13:18.456 DEBUG [WorkbenchTestable][ContentAssistant] record 12:13:18.457 DEBUG [WorkbenchTestable][ContentAssistant] sealed 12:13:18.458 DEBUG [WorkbenchTestable][ContentAssistant] new - create new object 12:13:18.459 DEBUG [WorkbenchTestable][ContentAssistant] nls - non-externalized string marker 12:13:18.459 DEBUG [WorkbenchTestable][ContentAssistant] runnable - runnable 12:13:18.460 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch case expression 12:13:18.460 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch labeled expression 12:13:18.461 DEBUG [WorkbenchTestable][ContentAssistant] toarray - convert collection to array 12:13:18.461 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum 12:13:18.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:13:18.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:13:18.471 TRACE [main][WidgetHandler] Notify Table with event 13 12:13:18.471 TRACE [main][WidgetHandler] Wait for synchronization 12:13:18.471 TRACE [main][WidgetHandler] Notify Table with event 14 12:13:18.471 TRACE [main][WidgetHandler] Wait for synchronization 12:13:18.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:13:18.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:13:18.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:18.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:18.519 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:18.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:18.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:18.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:18.521 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:18.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:18.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:18.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:18.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:18.522 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:18.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:18.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:18.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:18.556 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:18.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:18.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:18.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:18.557 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:18.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:18.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:18.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:18.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:18.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:18.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:19.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:19.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:19.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:19.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:19.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:19.559 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:19.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:19.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:19.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:19.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:19.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:19.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:19.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:19.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:19.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:19.560 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:19.560 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:19.561 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:19.561 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:19.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:19.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:19.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:19.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:19.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:19.561 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:19.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:19.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:19.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:19.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:19.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:19.562 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:19.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:19.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:19.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:19.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:19.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:19.562 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:19.562 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:19.562 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:19.569 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:19.570 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:19.570 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:19.570 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:19.570 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:19.575 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:19.575 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:19.575 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:19.606 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:19.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:19.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:19.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:19.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:19.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:19.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:19.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:19.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:19.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e037c72 is found... 12:13:19.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e037c72 is found finished successfully 12:13:19.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:19.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:19.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:19.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:19.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:19.610 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:19.610 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 12:13:19.610 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:19.616 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:19.616 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:19.616 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:19.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:19.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:19.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:19.617 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:19.617 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:19.617 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:19.617 DEBUG [main][MenuItemLookup] Item match:File 12:13:19.617 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:19.617 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:19.617 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:19.617 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:19.617 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:19.617 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:19.617 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:19.617 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:19.617 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:19.617 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:19.618 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:19.618 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:19.618 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:19.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:19.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:19.648 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:19.648 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:19.648 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:19.648 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:19.648 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:19.744 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:19.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:19.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:19.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:19.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:19.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:19.744 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:19.744 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:19.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:19.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:19.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:19.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:19.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:19.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:19.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:19.746 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:19.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:19.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:19.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:19.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:19.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:19.747 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:19.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:19.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:19.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:19.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:19.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:19.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:19.748 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:19.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:19.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:19.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:19.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:19.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:19.751 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:19.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:19.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:19.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:19.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:19.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:19.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:19.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:19.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:19.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:19.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:20.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:20.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:20.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:20.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:20.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:20.773 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:20.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:20.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:20.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:20.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:20.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:20.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:20.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:20.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:20.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:20.774 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:20.774 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:20.774 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:20.775 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:20.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:20.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:20.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:20.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:20.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:20.775 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:20.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:20.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:20.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:20.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:20.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:20.775 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass1+.java of tree item test 12:13:20.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:20.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:20.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:20.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:20.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:20.775 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 12:13:20.775 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 12:13:20.776 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 12:13:20.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 12:13:20.787 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass1+.java 12:13:20.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 12:13:20.788 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 12:13:20.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 12:13:20.795 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 12:13:20.795 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:20.795 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:20.936 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:20.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:20.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:20.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:20.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:20.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:20.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:20.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37b1b3dc is found... 12:13:20.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37b1b3dc is found finished successfully 12:13:20.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass1+.java\E') 12:13:20.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:20.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:20.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:20.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:20.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:20.952 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:20.952 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 12:13:20.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:20.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:20.953 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:20.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:20.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:20.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform 12:13:20.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:20.974 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform' 12:13:20.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:20.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:20.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:20.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:20.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:20.975 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:20.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:20.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:20.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:20.987 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:20.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:21.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:21.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:21.019 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:21.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:21.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:21.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:21.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:21.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:21.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:21.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:21.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:22.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:22.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:22.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:22.022 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:22.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:22.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:22.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:22.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:22.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:22.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:22.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:22.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:22.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:22.023 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:22.023 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:22.023 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:22.024 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:22.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:22.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:22.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:22.024 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:22.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:22.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:22.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:22.024 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:22.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:22.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:22.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:22.025 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:22.025 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:22.025 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:22.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:22.032 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:22.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:22.032 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:22.033 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:22.041 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:22.041 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:22.041 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:22.138 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:22.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:22.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:22.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:22.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:22.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:22.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:22.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:22.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:22.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:22.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2f9cf43 is found... 12:13:22.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2f9cf43 is found finished successfully 12:13:22.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:22.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:22.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:22.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:22.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:22.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:22.157 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:22.157 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:22.157 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:22.185 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:22.185 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:22.185 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:22.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:22.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:22.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:22.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:22.185 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:22.186 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:22.186 DEBUG [main][MenuItemLookup] Item match:File 12:13:22.186 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:22.186 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:22.186 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:22.186 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:22.186 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:22.186 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:22.186 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:22.187 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:22.187 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:22.187 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:22.187 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:22.187 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:22.187 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:22.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:22.238 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:22.238 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:22.238 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:22.238 DEBUG [main][EditorHandler] 2 editor(s) found 12:13:22.238 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass1+.java 12:13:22.332 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass1+.java is closed 12:13:22.332 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:22.414 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:22.414 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:22.414 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:22.414 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:22.414 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:22.414 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:22.414 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:22.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:22.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:22.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:22.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:22.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:22.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:22.415 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:22.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:22.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:22.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:22.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:22.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:22.416 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:22.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:22.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:22.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:22.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:22.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:22.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:22.417 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:22.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:22.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:22.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:22.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:22.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:22.419 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:22.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:22.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:22.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:22.419 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:22.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:22.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:22.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:22.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:22.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:22.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:22.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:22.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:23.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:23.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:23.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:23.421 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:23.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:23.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:23.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:23.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:23.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:23.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:23.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:23.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:23.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:23.422 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:23.422 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:23.422 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:23.423 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:23.423 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:23.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:23.423 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:23.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:23.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:23.423 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:23.423 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:23.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:23.423 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:23.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:23.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:23.423 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:23.423 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:23.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:23.423 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:23.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:23.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:23.424 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:23.424 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:23.424 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:23.430 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:23.430 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:23.430 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:23.430 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:23.430 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:23.434 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:23.434 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:23.435 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:23.548 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:23.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:23.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:23.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:23.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:23.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:23.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:23.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:23.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:23.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:23.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ba3eccb is found... 12:13:23.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ba3eccb is found finished successfully 12:13:23.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:23.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:23.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:23.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:23.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:23.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:23.567 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:23.567 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:23.567 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:23.567 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:23.768 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:23.971 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:23.971 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:24.172 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:24.374 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:24.375 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:24.575 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:24.778 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:24.778 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:24.978 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:25.180 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:13:25.181 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:13:25.381 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:13:26.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:26.383 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:26.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:26.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:26.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:26.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:26.384 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:26.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:26.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:26.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:26.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:26.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:26.384 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:26.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:26.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:26.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:26.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:26.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:26.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:26.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:26.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:26.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:26.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:26.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:26.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:26.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:26.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:27.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:27.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:27.397 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:27.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:27.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:27.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:27.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:27.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:27.398 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:27.398 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:27.398 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:27.399 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:27.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:27.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:27.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:27.399 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:27.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:27.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:27.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:27.399 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:27.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:27.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:27.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:27.399 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:27.400 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:27.400 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:27.405 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:27.405 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:27.405 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:27.405 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:27.405 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:27.410 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:27.410 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:27.411 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:27.453 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:27.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:27.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:27.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:27.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:27.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:27.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:27.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:27.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:27.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e26f921 is found... 12:13:27.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e26f921 is found finished successfully 12:13:27.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:27.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:27.457 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:27.457 DEBUG [WorkbenchTestable][EditorHandler] 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 12:13:27.458 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:27.480 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:27.481 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:27.481 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:27.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:27.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:27.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:27.481 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:27.481 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:27.482 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:27.482 DEBUG [main][MenuItemLookup] Item match:File 12:13:27.482 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:27.482 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:27.482 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:27.482 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:27.482 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:27.482 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:27.482 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:27.482 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:27.482 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:27.482 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:27.483 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:27.483 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:27.483 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:27.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:27.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:27.514 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:27.514 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:27.514 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:27.515 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:27.515 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:27.577 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:27.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:27.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:27.577 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:27.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:27.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:27.577 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:27.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:27.577 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:27.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:27.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:27.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:27.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:27.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.578 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:27.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:27.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:27.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:27.579 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:27.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:27.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:27.580 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:27.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:27.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:27.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:27.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:27.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:27.581 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:27.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:27.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:27.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:27.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:27.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:27.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:27.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:28.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:28.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:28.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:28.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:28.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:28.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:28.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:28.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:28.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:28.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:28.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:28.624 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:28.624 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:28.624 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:28.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:28.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:28.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:28.625 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:28.625 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:28.626 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:28.632 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:28.632 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:28.632 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:28.632 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:28.633 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:28.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:28.637 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:28.638 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:28.761 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:28.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:28.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:28.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:28.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:28.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:28.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:28.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:28.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:28.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:28.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1433906a is found... 12:13:28.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1433906a is found finished successfully 12:13:28.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:28.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:28.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:28.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:28.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:28.774 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:28.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(""); } } TooltipText=null 12:13:28.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:28.775 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:28.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:28.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:28.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:28.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:28.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:28.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') 12:13:28.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:28.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:28.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:28.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:28.776 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:28.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:28.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:28.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:28.806 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:28.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:28.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:28.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:28.806 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:28.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:28.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:28.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:28.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:28.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:29.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:29.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:29.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:29.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:29.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:29.810 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:29.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:29.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:29.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:29.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 12:13:29.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:29.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:29.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:29.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:29.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:29.812 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:29.812 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:29.812 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:29.812 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:29.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:29.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:29.812 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:29.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:29.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:29.813 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:29.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:29.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:29.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:29.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:29.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:29.813 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:29.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:29.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:29.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:29.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:29.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:29.813 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:29.813 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:29.813 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:29.822 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:29.822 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:29.822 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:29.822 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:29.822 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:29.827 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:29.827 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:29.827 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:29.862 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:29.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:29.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:29.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:29.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:29.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:29.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:29.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:29.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:29.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@58fcd678 is found... 12:13:29.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@58fcd678 is found finished successfully 12:13:29.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:29.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:29.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:29.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:29.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:29.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:29.866 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:29.866 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:29.866 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:29.883 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:29.883 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:29.883 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:29.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:29.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:29.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:29.883 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:29.883 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:29.883 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:29.883 DEBUG [main][MenuItemLookup] Item match:File 12:13:29.884 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:29.884 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:29.884 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:29.884 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:29.884 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:29.884 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:29.884 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:29.884 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:29.884 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:29.884 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:29.884 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:29.884 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:29.884 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:29.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:29.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:29.919 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:29.919 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:29.919 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:29.919 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:29.919 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:29.980 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:29.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:29.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:29.981 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:29.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:29.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:29.981 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:29.981 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:29.981 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:29.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:29.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:29.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:29.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:29.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:30.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:30.008 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:30.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:30.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:30.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:30.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:30.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:30.009 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:30.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:30.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:30.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:30.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:30.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:30.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:30.010 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:30.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:30.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:30.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:30.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:30.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:30.012 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:30.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:30.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:30.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:30.012 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:30.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:30.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:30.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:30.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:30.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:30.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:30.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:30.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:31.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:31.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:31.014 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:31.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:31.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:31.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:31.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:31.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:31.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:31.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:31.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:31.015 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:31.015 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:31.015 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:31.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:31.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:31.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:31.016 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:31.016 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:31.022 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:31.023 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:31.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:31.023 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:31.023 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:31.029 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:31.029 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:31.030 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:31.142 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:31.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:31.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:31.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:31.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:31.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:31.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:31.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:31.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:31.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:31.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@cedbc18 is found... 12:13:31.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@cedbc18 is found finished successfully 12:13:31.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:31.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:31.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:31.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:31.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:31.160 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:31.160 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:31.162 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:13:31.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Local History' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'References' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Replace With' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Preferences...' 12:13:31.225 DEBUG [main][MenuItemLookup] Item match:Preferences... 12:13:31.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:31.226 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:31.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:31.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:31.227 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:31.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:31.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:31.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:31.228 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:31.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:31.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:31.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:31.262 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:31.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:31.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:31.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:31.263 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:31.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:31.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:31.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:31.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:31.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:31.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:32.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:32.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:32.264 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:32.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:32.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:32.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:32.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:32.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:32.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:32.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:32.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:32.266 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:32.266 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:32.266 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:32.266 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:32.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:32.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:32.266 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:32.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:32.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:32.266 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:32.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:32.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:32.267 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:32.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:32.267 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:32.267 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:32.267 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:32.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:32.267 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:32.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:32.267 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:32.267 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:32.267 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:32.267 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:32.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:32.274 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:32.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:32.274 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:32.274 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:32.279 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:32.279 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:32.279 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:32.311 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:32.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:32.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:32.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:32.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:32.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:32.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:32.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:32.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:32.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@64d5bc14 is found... 12:13:32.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@64d5bc14 is found finished successfully 12:13:32.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:32.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:32.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:32.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:32.315 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:32.315 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:32.315 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:32.332 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:32.332 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:32.332 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:32.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:32.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:32.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:32.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:32.332 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:32.332 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:32.332 DEBUG [main][MenuItemLookup] Item match:File 12:13:32.333 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:32.333 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:32.333 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:32.333 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:32.333 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:32.333 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:32.333 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:32.333 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:32.333 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:32.333 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:32.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:32.334 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:32.334 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:32.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:32.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:32.362 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:32.363 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:32.363 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:32.363 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:32.363 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:32.456 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:32.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:32.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:32.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:32.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:32.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:32.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:32.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:32.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:32.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:32.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:32.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:32.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:32.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:32.458 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:32.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:32.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:32.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:32.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:32.459 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:32.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:32.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:32.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:32.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:32.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:32.460 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:32.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:32.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:32.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:32.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:32.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:32.462 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:32.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:32.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:32.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:32.463 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:32.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:32.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:32.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:32.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:32.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:32.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:33.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:33.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:33.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:33.465 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:33.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:33.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:33.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:33.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 12:13:33.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:33.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:33.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:33.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:33.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:33.466 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:33.466 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:33.466 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:33.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:33.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:33.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:33.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:33.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:33.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:33.467 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:33.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:33.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:33.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:33.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:33.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:33.467 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:33.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:33.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:33.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:33.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:33.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:33.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:33.467 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:33.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:33.475 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:33.475 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:33.475 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:33.475 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:33.476 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:33.481 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:33.481 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:33.482 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:33.614 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:33.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:33.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:33.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:33.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:33.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:33.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:33.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:33.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:33.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:33.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72315783 is found... 12:13:33.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72315783 is found finished successfully 12:13:33.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:33.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:33.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:33.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:33.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:33.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:33.629 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:33.629 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:33.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:33.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:33.629 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:33.629 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:33.629 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:13:33.629 DEBUG [main][MenuItemLookup] Item match:Edit 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:33.630 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:13:33.630 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:13:33.631 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:33.631 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:33.631 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 12:13:33.631 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:13:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:34.631 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:34.631 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:34.631 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:13:34.631 DEBUG [main][MenuItemLookup] Item match:Edit 12:13:34.632 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:13:34.632 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:13:34.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:34.632 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:13:34.632 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:13:34.632 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:13:34.632 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:13:34.633 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:13:34.633 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 12:13:34.633 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 12:13:34.634 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 12:13:34.634 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 12:13:34.634 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 12:13:34.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:13:34.660 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 12:13:34.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:34.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:34.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:34.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:13:34.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:34.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:34.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:34.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:13:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:13:34.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:13:34.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:13:34.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:13:34.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:34.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:34.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:34.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:34.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:34.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 12:13:34.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:13:34.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:34.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:34.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") 12:13:34.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:34.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:34.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:35.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:35.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:35.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:13:35.688 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:13:35.688 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:13:35.688 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:35.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:13:36.202 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 12:13:36.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.203 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:36.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:36.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:36.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:36.204 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:36.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:36.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:36.205 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:36.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:36.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:36.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:36.238 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:36.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:36.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:36.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:36.238 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:36.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:36.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:36.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:36.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:36.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:37.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:37.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:37.240 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:37.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:37.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:37.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:37.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 12:13:37.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:37.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:37.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:37.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:37.242 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:37.242 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:37.242 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:37.243 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:37.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:37.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:37.243 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:37.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:37.243 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:37.243 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:37.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:37.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:37.243 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:37.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:37.243 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:37.243 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:37.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:37.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:37.243 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:37.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:37.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:37.244 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:37.244 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:37.244 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:37.251 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:37.251 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:37.251 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:37.251 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:37.252 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:37.257 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:37.257 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:37.257 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:37.294 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:37.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:37.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:37.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:37.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:37.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:37.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:37.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:37.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:37.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8e9d0ab is found... 12:13:37.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8e9d0ab is found finished successfully 12:13:37.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:37.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:37.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:37.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:37.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:37.298 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:37.298 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:37.298 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:37.314 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:37.314 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:37.314 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:37.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:37.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:37.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:37.315 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:37.315 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:37.315 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:37.315 DEBUG [main][MenuItemLookup] Item match:File 12:13:37.316 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:37.316 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:37.316 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:37.316 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:37.316 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:37.316 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:37.316 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:37.316 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:37.316 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:37.316 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:37.316 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:37.316 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:37.316 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:37.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:37.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:37.352 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:37.352 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:37.352 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:37.352 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:37.352 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:37.424 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:37.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:37.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:37.424 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:37.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:37.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:37.424 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:37.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:37.425 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:37.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:37.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:37.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:37.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:37.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:37.426 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:37.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:37.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:37.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:37.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:37.427 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:37.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:37.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:37.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:37.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:37.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:37.427 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:37.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:37.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:37.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:37.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:37.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:37.442 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:37.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:37.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:37.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:37.443 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:37.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:37.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:37.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:37.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:37.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:37.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:38.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:38.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:38.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:38.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:38.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:38.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:38.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:38.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:38.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:38.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:38.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:38.457 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:38.458 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:38.458 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:38.458 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:38.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:38.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:38.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:38.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:38.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:38.458 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:38.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:38.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:38.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:38.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:38.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:38.459 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:38.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:38.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:38.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:38.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:38.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:38.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:38.459 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:38.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:38.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:38.467 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:38.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:38.467 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:38.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:38.472 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:38.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:38.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:38.593 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:38.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:38.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:38.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:38.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:38.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:38.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:38.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@88f53d5 is found... 12:13:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@88f53d5 is found finished successfully 12:13:38.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:38.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:38.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:38.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:38.609 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:38.609 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:38.609 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 { 12:13:38.626 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:38.626 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:38.626 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant 12:13:38.626 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:13:39.627 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:13:39.627 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:13:39.828 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 12:13:40.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:13:40.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:13:40.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:40.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:40.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:40.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:13:40.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:40.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:40.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:41.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:41.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:13:41.840 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found 12:13:41.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:13:41.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:41.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:41.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:41.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:13:41.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:41.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:41.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:41.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:41.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:13:41.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:13:41.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:13:41.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:13:41.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:13:41.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:41.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:41.849 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:13:41.849 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:13:41.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:13:41.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:13:41.849 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 12:13:41.849 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 12:13:41.849 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 12:13:41.849 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:13:41.849 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:13:41.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:13:41.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:13:41.850 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 12:13:41.850 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 12:13:41.850 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 12:13:41.850 INFO [WorkbenchTestable][AbstractShell] Close shell 12:13:41.850 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:13:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:13:41.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:13:41.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:41.881 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:41.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:41.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:41.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:41.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 '\*?\QProject Explorer\E') 12:13:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:41.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:41.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:41.883 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:41.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:41.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:41.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:41.913 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:41.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:41.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:41.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:41.914 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:41.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:41.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:41.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:41.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:41.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:42.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:42.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:42.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:42.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:42.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:42.915 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:42.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:42.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:42.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:42.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:42.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:42.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:42.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:42.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:42.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:42.917 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:42.917 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:42.917 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:42.917 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:42.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:42.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:42.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:42.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:42.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:42.918 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:42.918 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:42.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:42.918 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:42.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:42.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:42.921 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:42.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:42.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:42.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:42.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:42.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:42.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:42.921 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:42.921 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:42.931 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:42.932 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:42.932 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:42.932 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:42.932 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:42.937 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:42.937 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:42.937 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:42.990 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:42.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:42.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:42.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:42.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:42.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:42.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:42.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:42.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:42.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7f51344e is found... 12:13:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7f51344e is found finished successfully 12:13:42.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:42.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:42.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:42.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:42.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:42.994 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:42.994 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:42.994 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:43.021 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:43.021 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:43.021 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:43.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:43.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:43.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:43.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:43.022 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:43.022 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:43.022 DEBUG [main][MenuItemLookup] Item match:File 12:13:43.023 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:43.023 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:43.023 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:43.023 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:43.023 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:43.023 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:43.023 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:43.023 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:43.023 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:43.023 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:43.023 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:43.023 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:43.023 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:43.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:43.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:43.069 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:43.069 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:43.069 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:43.069 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:43.069 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:43.162 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:43.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:43.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:43.162 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:43.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:43.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:43.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:43.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:43.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:43.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:43.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:43.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:43.164 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:43.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:43.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:43.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:43.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:43.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:43.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') 12:13:43.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:43.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:43.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:43.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:43.166 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:43.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:43.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:43.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:43.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:43.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:43.210 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:43.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:43.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:43.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:43.211 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:43.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:43.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:43.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:43.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:43.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:43.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:44.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:44.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:44.213 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:44.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:44.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:44.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:44.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:44.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:44.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:44.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:44.215 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:44.215 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:44.215 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:44.215 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:44.215 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:44.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:44.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:44.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:44.216 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:44.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:44.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:44.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:44.216 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:44.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:44.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:44.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:44.216 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:44.216 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:44.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:44.228 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:44.229 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:44.229 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:44.229 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:44.229 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:44.235 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:44.235 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:44.236 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:44.359 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:44.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:44.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:44.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:44.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:44.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:44.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:44.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:44.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:44.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:44.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@d32d18a is found... 12:13:44.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@d32d18a is found finished successfully 12:13:44.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:44.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:44.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:44.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:44.380 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:44.381 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:44.381 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:44.381 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:44.581 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:44.786 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:44.786 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:44.986 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:45.189 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:45.189 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:45.390 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:45.592 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:45.592 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:45.793 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:45.997 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:13:45.997 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:13:46.197 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:13:47.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:47.201 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:47.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:47.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:47.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:47.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:47.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:47.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:47.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:47.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:47.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:47.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:47.203 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:47.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:47.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:47.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:47.237 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:47.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:47.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:47.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:47.238 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:47.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:47.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:47.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:47.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:47.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:47.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:48.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:48.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:48.239 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:48.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:48.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:48.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:48.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:48.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:48.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:48.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:48.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:48.241 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:48.241 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:48.241 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:48.242 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:48.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:48.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:48.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:48.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:48.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:48.242 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:48.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:48.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:48.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:48.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:48.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:48.242 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:48.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:48.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:48.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:48.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:48.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:48.243 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:48.243 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:48.243 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:48.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:48.254 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:48.254 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:48.254 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:48.254 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:48.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:48.260 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:48.261 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:48.304 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:48.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:48.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:48.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:48.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:48.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:48.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:48.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:48.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:48.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e647920 is found... 12:13:48.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e647920 is found finished successfully 12:13:48.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:48.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:48.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:48.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:48.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:48.307 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:48.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() { } TooltipText=null 12:13:48.308 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:48.335 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:48.335 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:48.335 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:48.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:48.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:48.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:48.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:48.336 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:48.336 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:48.336 DEBUG [main][MenuItemLookup] Item match:File 12:13:48.337 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:48.337 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:48.337 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:48.337 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:48.337 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:48.337 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:48.337 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:48.337 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:48.337 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:48.337 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:48.337 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:48.337 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:48.337 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:48.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:48.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:48.368 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:48.368 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:48.368 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:48.368 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:48.368 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:48.432 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:48.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:48.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:48.432 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:48.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:48.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:48.433 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:48.433 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:48.433 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:48.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:48.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:48.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:48.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:48.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:48.434 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:48.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:48.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:48.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:48.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:48.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:48.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:48.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:48.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:48.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:48.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:48.436 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:48.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:48.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:48.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:48.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:48.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:48.438 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:48.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:48.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:48.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:48.439 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:48.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:48.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:48.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:48.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:48.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:48.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:49.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:49.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:49.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:49.440 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:49.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:49.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:49.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:49.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:49.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:49.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:49.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:49.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:49.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:49.441 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:49.441 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:49.442 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:49.442 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:49.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:49.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:49.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:49.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:49.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:49.442 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:49.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:49.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:49.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:49.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:49.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:49.442 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:49.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:49.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:49.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:49.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:49.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:49.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:49.443 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:49.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:49.449 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:49.450 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:49.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:49.450 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:49.450 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:49.455 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:49.455 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:49.456 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:49.572 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:49.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:49.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:49.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:49.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:49.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:49.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:49.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:49.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:49.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:49.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c985dc3 is found... 12:13:49.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c985dc3 is found finished successfully 12:13:49.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:49.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:49.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:49.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:49.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:49.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:49.581 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:49.581 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:49.581 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:49.581 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:49.782 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:49.984 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:49.984 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:50.185 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:50.387 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:50.387 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:50.610 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:50.868 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:13:50.868 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:13:51.069 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:13:51.271 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:13:51.271 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:13:51.471 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:13:52.473 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 { 12:13:52.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.480 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:52.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:52.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:52.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:52.481 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:52.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:52.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:52.481 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:52.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:52.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:52.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:52.513 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:52.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:52.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:52.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:52.516 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:52.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:52.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:52.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:52.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:53.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:53.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:53.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:53.518 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:53.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:53.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:53.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:53.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:53.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:53.519 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:53.520 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:53.520 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:53.520 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:53.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:53.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:53.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:53.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:53.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:53.520 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:53.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:53.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:53.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:53.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:53.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:53.521 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:53.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:53.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:53.521 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:53.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:53.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:53.521 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:53.521 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:53.521 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:53.528 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:53.529 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:53.529 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:53.529 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:53.529 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:53.533 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:53.534 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:53.534 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:53.566 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:53.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:53.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:53.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:53.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:53.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:53.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:53.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:53.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:53.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4f969f43 is found... 12:13:53.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4f969f43 is found finished successfully 12:13:53.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 '\*?\QJavaClass.java\E') 12:13:53.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:53.570 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:53.570 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:53.570 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:53.588 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:53.588 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:53.588 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:53.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:53.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:53.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:53.589 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:53.589 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:53.589 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:53.589 DEBUG [main][MenuItemLookup] Item match:File 12:13:53.590 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:53.590 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:53.590 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:53.590 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:53.590 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:53.590 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:53.590 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:53.590 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:53.590 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:53.590 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:53.590 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:53.590 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:53.590 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:53.619 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:53.619 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:53.619 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:53.619 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:53.619 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:53.680 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:53.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:53.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:53.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:53.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:53.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:53.681 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:53.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:53.681 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:53.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:53.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:53.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:53.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:53.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.682 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:53.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:53.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:53.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:53.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:53.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:53.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:53.684 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:53.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:53.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:53.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:53.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:53.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:53.686 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:53.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:53.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:53.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:53.686 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:53.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:53.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:53.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:53.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:54.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:54.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:54.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:54.688 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:54.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:54.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:54.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:54.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:54.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:54.689 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:54.689 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:54.690 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:54.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:54.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:54.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:54.691 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:54.691 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:54.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:54.699 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:54.699 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:54.699 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:54.699 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:54.700 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:54.704 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:54.704 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:54.704 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:54.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:54.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:54.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:54.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:54.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:54.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:54.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:54.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:54.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:54.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:54.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3293cbfc is found... 12:13:54.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3293cbfc is found finished successfully 12:13:54.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:54.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:54.830 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:54.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 12:13:54.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.831 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:54.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:54.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:54.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:54.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:54.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:54.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:54.833 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:54.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:54.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:54.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:54.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:54.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:54.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:54.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:54.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:54.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:54.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:54.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:54.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:55.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:55.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:55.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:55.866 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:55.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:55.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:55.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:55.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:55.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:55.867 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:55.867 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:55.868 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:55.868 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:55.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:55.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:55.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:55.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:55.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:55.868 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:55.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:55.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:55.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:55.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:55.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:55.868 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:55.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:55.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:55.869 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:55.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:55.869 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:55.869 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:55.869 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:55.869 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:55.876 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:55.876 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:55.876 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:55.876 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:55.877 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:55.882 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:55.882 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:55.882 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:55.912 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:55.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:55.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:55.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:55.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:55.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:55.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:55.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:55.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:55.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1f9309f7 is found... 12:13:55.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1f9309f7 is found finished successfully 12:13:55.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:55.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:55.916 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:55.916 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:55.916 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:55.932 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:55.932 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:55.932 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:55.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:55.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:55.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:55.933 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:55.933 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:55.933 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:55.933 DEBUG [main][MenuItemLookup] Item match:File 12:13:55.933 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:55.933 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:55.933 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:55.933 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:55.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:55.933 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:55.934 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:55.934 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:55.934 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:55.934 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:55.934 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:55.934 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:55.934 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:55.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:55.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:55.962 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:55.962 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:55.962 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:55.962 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:55.962 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:56.036 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:56.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:56.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:56.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:56.037 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:56.037 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:56.037 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:56.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:56.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:56.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:56.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:56.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:56.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:56.038 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:56.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:56.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:56.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:56.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:56.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:56.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:56.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:56.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:56.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:56.040 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:56.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:56.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:56.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:56.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:56.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:56.042 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:56.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:56.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:56.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:56.042 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:56.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:56.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:56.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:56.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:56.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:56.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:56.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:56.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:57.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:57.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:57.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:57.044 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:57.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:57.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:57.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:57.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:57.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:57.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:57.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:57.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:57.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:57.045 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:57.045 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:57.045 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:57.046 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:57.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:57.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:57.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:57.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:57.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:57.046 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:57.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:57.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:57.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:57.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:57.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:57.047 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:57.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:57.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:57.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:57.047 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:57.047 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:57.047 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:57.055 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:57.056 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:57.056 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:57.056 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:57.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:57.062 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:57.062 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:57.062 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:57.184 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:57.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:57.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:57.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:57.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:57.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:57.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:57.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:57.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:57.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:57.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41bb3983 is found... 12:13:57.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41bb3983 is found finished successfully 12:13:57.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:57.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:57.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:57.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:57.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:57.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:57.208 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:57.208 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:57.209 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0] 12:13:57.218 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:57.218 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:57.218 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant 12:13:57.218 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:13:58.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:58.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:58.219 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:58.219 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:58.219 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:13:58.219 DEBUG [main][MenuItemLookup] Item match:Edit 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:13:58.220 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals' 12:13:58.220 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals' 12:13:58.220 DEBUG [main][MenuItemLookup] Item match:Java Proposals 12:13:58.221 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 12:13:58.221 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals 12:13:58.221 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals 12:13:58.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:13:58.250 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 12:13:58.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:58.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:58.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:58.263 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:13:58.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:58.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:58.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:58.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:58.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:58.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:13:58.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:13:58.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:13:58.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:13:58.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:13:58.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:58.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:58.264 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:13:58.264 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:13:58.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:13:58.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:13:58.264 DEBUG [WorkbenchTestable][ContentAssistant] abstract 12:13:58.264 DEBUG [WorkbenchTestable][ContentAssistant] class 12:13:58.264 DEBUG [WorkbenchTestable][ContentAssistant] enum 12:13:58.264 DEBUG [WorkbenchTestable][ContentAssistant] final 12:13:58.264 DEBUG [WorkbenchTestable][ContentAssistant] import 12:13:58.264 DEBUG [WorkbenchTestable][ContentAssistant] interface 12:13:58.264 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 12:13:58.264 DEBUG [WorkbenchTestable][ContentAssistant] public 12:13:58.264 DEBUG [WorkbenchTestable][ContentAssistant] record 12:13:58.264 DEBUG [WorkbenchTestable][ContentAssistant] sealed 12:13:58.264 INFO [WorkbenchTestable][AbstractShell] Close shell 12:13:58.264 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:13:58.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:13:58.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:13:58.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:58.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:58.286 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:58.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:58.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:58.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:58.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:58.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:58.288 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:58.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:58.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:58.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:58.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:58.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:58.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:58.301 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:58.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:58.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:58.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:58.328 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:58.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:58.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:58.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:58.329 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:58.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:58.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:58.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:58.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:58.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:58.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:58.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:58.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:59.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:59.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:59.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:59.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:59.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:59.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:59.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:59.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:59.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:59.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:59.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:59.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:59.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:59.332 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:59.332 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:13:59.332 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:13:59.333 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:13:59.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:13:59.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:59.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:13:59.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:59.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:13:59.333 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:13:59.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:13:59.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:59.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:13:59.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:59.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:13:59.333 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:13:59.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:13:59.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:59.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:13:59.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:59.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:13:59.333 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:59.333 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:59.333 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:59.338 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:59.339 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:13:59.339 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:13:59.339 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:13:59.339 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:13:59.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:13:59.345 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:59.345 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:59.376 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:59.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:59.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:59.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:59.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:13:59.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:59.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:59.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3a2cda70 is found... 12:13:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3a2cda70 is found finished successfully 12:13:59.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:13:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:59.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:59.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:59.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:59.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:59.380 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:59.380 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:59.380 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:13:59.387 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:59.387 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:13:59.387 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:59.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:13:59.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:59.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:59.387 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:59.387 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:13:59.388 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:59.388 DEBUG [main][MenuItemLookup] Item match:File 12:13:59.388 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:59.388 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:59.388 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:59.388 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:59.388 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:59.388 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:59.388 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:59.388 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:59.388 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:59.388 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:59.389 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:59.389 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:59.389 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:59.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:59.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:59.417 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:59.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 12:13:59.417 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:59.417 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:59.417 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:13:59.513 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:13:59.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:59.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:59.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:59.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:59.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:59.514 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:59.514 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:59.514 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:13:59.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:13:59.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:59.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:59.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:59.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:59.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:59.515 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:59.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:59.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:59.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:59.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:59.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:59.516 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:59.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:59.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:59.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:59.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:59.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:59.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:59.516 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:59.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:59.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:59.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:59.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:59.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:59.518 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:59.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:59.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:59.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:59.519 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:59.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:59.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:59.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:59.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:59.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:59.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:00.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:00.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:00.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:00.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:00.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:00.520 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:00.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:00.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:00.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:00.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:00.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:00.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:00.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:00.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:00.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:00.522 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:00.522 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:00.522 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:00.522 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:00.522 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:00.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:00.522 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:00.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:00.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:00.522 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:00.522 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:00.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:00.522 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:00.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:00.523 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:00.523 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:00.523 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:00.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:00.523 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:00.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:00.523 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:00.523 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:00.523 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:00.523 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:00.530 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:00.531 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:00.531 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:00.531 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:00.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:00.535 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:00.535 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:00.535 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:00.643 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:00.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:00.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:00.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:00.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:00.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:00.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:00.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:00.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:00.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:00.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16cc2ae2 is found... 12:14:00.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16cc2ae2 is found finished successfully 12:14:00.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:00.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:00.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:00.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:00.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:00.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:00.662 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:00.662 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:00.662 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22 12:14:00.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:00.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:00.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:00.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:00.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:00.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:00.676 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:00.676 DEBUG [WorkbenchTestable][EditorHandler] 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 12:14:00.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:00.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:00.677 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:00.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:00.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:00.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:00.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:00.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:00.680 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:00.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:00.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:00.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:00.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:00.681 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:00.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:00.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:00.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:00.720 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:00.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:00.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:00.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:00.721 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:00.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:00.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:00.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:00.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:00.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:00.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:01.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:01.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:01.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:01.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:01.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:01.722 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:01.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:01.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:01.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:01.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:01.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:01.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:01.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:01.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:01.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:01.724 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:01.724 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:01.724 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:01.724 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:01.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:01.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:01.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:01.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:01.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:01.725 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:01.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:01.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:01.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:01.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:01.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:01.725 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:01.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:01.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:01.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:01.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:01.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:01.725 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:01.725 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:01.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:01.730 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:01.730 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:01.731 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:01.731 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:01.731 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:01.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:01.737 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:01.737 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:01.769 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:01.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:01.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:01.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:01.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:01.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:01.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:01.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:01.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:01.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1197557d is found... 12:14:01.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1197557d is found finished successfully 12:14:01.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:01.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:01.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:01.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:01.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:01.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:01.773 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:01.773 DEBUG [WorkbenchTestable][EditorHandler] 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 12:14:01.773 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:01.788 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:01.788 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:01.789 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:01.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:01.789 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:01.789 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:01.789 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:01.789 DEBUG [main][MenuItemLookup] Item match:File 12:14:01.790 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:01.790 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:01.790 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:01.790 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:01.790 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:01.790 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:01.790 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:01.790 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:01.790 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:01.790 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:01.790 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:01.790 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:01.790 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:01.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:01.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:01.822 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:01.822 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:01.822 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:01.822 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:01.822 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:01.883 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:01.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:01.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:01.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:01.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:01.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:01.883 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:01.883 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:01.883 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:01.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:01.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:01.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:01.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:01.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:01.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:01.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:01.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:01.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:14:01.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:01.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:01.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:01.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:01.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:01.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:01.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:01.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:14:01.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:01.908 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:01.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:01.908 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:01.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:01.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:01.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:01.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:01.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:01.909 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:01.909 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:01.909 DEBUG [main][MenuItemLookup] Item match:File 12:14:01.909 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:01.909 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:14:01.911 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:14:01.911 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:01.911 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:14:01.911 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:01.911 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:14:01.911 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:01.911 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:14:01.911 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:14:01.924 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:14:01.924 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:14:01.924 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:14:02.012 DEBUG [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.... 12:14:02.016 DEBUG [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 12:14:02.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:14:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:02.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:02.017 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:14:02.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.017 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 12:14:02.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:02.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:02.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:02.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:02.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:02.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:02.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:02.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:02.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:02.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:02.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:02.024 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:14:02.024 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:14:02.024 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:14:02.024 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:14:02.024 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:14:02.024 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:14:02.024 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) 12:14:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:02.025 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:02.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:02.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:02.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:02.072 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:02.072 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.072 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:14:02.072 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 12:14:02.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:14:02.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:02.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:02.073 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:14:02.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.078 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:") 12:14:02.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:02.113 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:02.113 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt 12:14:02.114 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:") 12:14:02.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:02.115 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:02.116 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:14:02.116 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:14:02.116 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:14:02.116 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) 12:14:02.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:02.118 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:02.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:02.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:02.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:02.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:02.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:02.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:14:02.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:02.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:14:02.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:02.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:02.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:02.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:02.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 '\*?\QtextEditor.txt\E') 12:14:02.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:02.646 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:02.646 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:14:02.650 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:02.650 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 12:14:02.650 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:02.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform 12:14:02.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:02.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:02.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform' 12:14:02.651 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform' 12:14:02.651 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:02.651 DEBUG [main][MenuItemLookup] Item match:File 12:14:02.652 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:02.652 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:02.652 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:02.652 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:02.652 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:02.652 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:02.652 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:02.652 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:02.652 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:02.652 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:02.663 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:02.663 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:02.663 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:02.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:02.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:02.679 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:02.679 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 12:14:02.679 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:02.679 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 12:14:02.679 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:14:02.679 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt 12:14:02.718 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed 12:14:02.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.719 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:02.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:02.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:02.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:02.720 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:02.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:02.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:02.721 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:02.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:02.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:02.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:02.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:02.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:02.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:02.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:02.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:02.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:02.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:02.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:02.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:02.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:02.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:03.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:03.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:03.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:03.725 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:03.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:03.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:03.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:03.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:03.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:03.726 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:03.726 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:03.727 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:03.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:03.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:03.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:03.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:03.728 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:03.728 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:03.728 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:03.739 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:03.740 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:03.740 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:03.740 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:03.740 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:03.745 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:03.745 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:03.745 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:03.870 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:03.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:03.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:03.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:03.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:03.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:03.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:03.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:03.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:03.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:03.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@523b81e2 is found... 12:14:03.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@523b81e2 is found finished successfully 12:14: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:03.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:03.883 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:03.883 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:03.883 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:03.916 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:03.916 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:03.916 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:03.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:03.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:03.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:03.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:03.917 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:03.917 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:03.917 DEBUG [main][MenuItemLookup] Item match:File 12:14:03.917 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:03.917 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:03.917 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:03.917 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:03.917 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:03.917 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:03.917 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:03.917 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:03.917 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:03.917 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:03.918 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:03.918 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:03.918 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:03.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:03.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:03.947 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:03.948 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:03.948 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:03.948 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:03.948 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:04.038 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:04.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:04.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:04.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:04.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:04.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:04.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:04.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:04.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:04.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:04.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:04.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:04.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:04.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:04.040 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:04.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:04.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:04.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:04.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:04.041 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:04.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:04.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:04.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:04.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:04.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:04.041 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:04.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:04.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:04.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:04.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:04.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:04.043 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:04.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:04.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:04.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:04.044 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:04.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:04.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:04.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:04.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:04.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:04.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:05.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:05.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:05.045 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:05.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:05.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:05.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:05.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:05.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:05.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:05.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:05.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:05.046 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:05.046 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:05.047 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:05.047 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:05.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:05.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:05.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:05.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:05.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:05.047 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:05.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:05.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:05.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:05.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:05.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:05.047 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:05.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:05.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:05.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:05.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:05.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:05.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:05.048 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:05.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:05.061 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:05.062 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:05.062 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:05.062 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:05.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:05.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:05.068 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:05.069 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:05.189 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:05.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:05.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:05.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fce00db is found... 12:14:05.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fce00db is found finished successfully 12:14:05.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:05.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:05.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:05.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:05.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:05.204 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:05.204 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:05.204 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540 12:14:05.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:05.210 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:05.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:05.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:05.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:05.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:05.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:05.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:05.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:05.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:05.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:05.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:05.224 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:05.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:05.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:05.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:05.258 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:05.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:05.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:05.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:05.259 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:05.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:05.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:05.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:05.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:05.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:05.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:06.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:06.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:06.260 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:06.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:06.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:06.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:06.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:06.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:06.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:06.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:06.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:06.262 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:06.262 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:06.262 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:06.262 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:06.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:06.262 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:06.262 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:06.262 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:06.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:06.262 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:06.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:06.263 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:06.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:06.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:06.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:06.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:06.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:06.263 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:06.263 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:06.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:06.268 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:06.268 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:06.269 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:06.269 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:06.269 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:06.273 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:06.273 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:06.273 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:06.305 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:06.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:06.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:06.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:06.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:06.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:06.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@73080b64 is found... 12:14:06.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@73080b64 is found finished successfully 12:14:06.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:06.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:06.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:06.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:06.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:06.309 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:06.309 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass extends String { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:06.309 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:06.330 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:06.330 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:06.330 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:06.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:06.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:06.331 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:06.331 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:06.331 DEBUG [main][MenuItemLookup] Item match:File 12:14:06.332 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:06.332 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:06.332 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:06.332 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:06.332 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:06.332 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:06.332 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:06.332 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:06.332 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:06.332 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:06.346 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:06.346 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:06.346 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:06.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:06.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:06.368 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:06.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 12:14:06.369 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:06.369 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:06.369 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:06.454 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:06.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:06.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:06.454 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:06.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:06.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:06.455 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:06.455 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:06.455 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:06.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:06.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:06.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:06.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:06.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:06.456 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:06.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:06.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:06.457 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:06.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:06.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:06.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:06.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:06.458 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:06.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:06.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:06.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:06.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:06.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:06.460 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:06.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:06.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:06.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:06.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:06.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:06.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:06.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:06.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:06.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:06.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:07.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:07.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:07.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:07.463 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:07.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:07.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:07.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:07.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:07.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:07.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:07.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:07.464 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:07.464 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:07.464 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:07.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:07.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:07.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:07.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:07.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:07.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:07.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:07.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:07.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:07.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:07.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:07.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:07.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:07.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:07.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:07.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:07.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:07.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:07.465 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:07.465 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:07.465 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:07.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:07.471 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:07.471 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:07.471 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:07.471 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:07.475 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:07.475 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:07.475 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:07.610 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:07.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:07.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:07.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:07.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:07.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:07.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:07.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:07.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:07.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:07.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5666fd8b is found... 12:14:07.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5666fd8b is found finished successfully 12:14:07.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:07.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:07.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:07.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:07.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:07.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:07.628 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:07.628 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:07.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:07.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:07.628 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:07.628 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:07.628 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:07.628 DEBUG [main][MenuItemLookup] Item match:Edit 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.630 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:14:07.630 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:14:07.630 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:07.630 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:07.630 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 12:14:07.630 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:14:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:08.631 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:08.631 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:08.631 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:08.631 DEBUG [main][MenuItemLookup] Item match:Edit 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:08.632 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:14:08.632 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:14:08.633 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 12:14:08.633 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 12:14:08.633 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 12:14:08.633 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 12:14:08.633 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 12:14:08.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:14:08.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:14:08.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:08.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:08.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:08.664 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:14:08.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:08.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:08.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:08.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:08.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:08.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:14:08.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:14:08.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:14:08.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:14:08.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:14:08.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:08.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:08.665 INFO [WorkbenchTestable][AbstractShell] Close shell 12:14:08.665 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:14:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:14:08.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:14:08.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:14:09.192 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 12:14:09.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:09.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:09.193 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:09.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:09.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:09.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:09.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:09.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:09.194 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:09.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 '\*?\QProject Explorer\E') 12:14:09.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:09.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:09.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:09.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:09.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:09.195 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:09.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:09.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:09.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:09.240 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:09.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:09.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:09.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:09.241 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:09.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:09.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:09.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:09.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:09.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:09.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:09.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:09.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:10.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:10.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:10.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:10.243 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:10.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:10.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:10.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:10.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:10.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:10.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:10.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:10.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:10.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:10.244 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:10.244 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:10.245 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:10.245 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:10.245 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:10.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:10.245 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:10.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:10.245 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:10.245 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:10.245 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:10.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:10.245 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:10.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:10.245 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:10.246 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:10.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:10.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:10.246 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:10.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:10.246 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:10.246 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:10.246 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:10.246 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:10.256 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:10.257 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:10.257 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:10.257 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:10.257 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:10.263 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:10.263 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:10.264 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:10.302 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:10.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:10.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:10.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:10.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:10.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:10.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:10.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:10.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:10.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@287512f3 is found... 12:14:10.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@287512f3 is found finished successfully 12:14:10.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:10.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:10.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:10.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:10.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:10.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:10.306 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:10.306 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:10.306 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:10.324 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:10.324 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:10.325 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:10.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:10.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:10.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:10.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:10.339 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:10.339 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:10.339 DEBUG [main][MenuItemLookup] Item match:File 12:14:10.340 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:10.340 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:10.340 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:10.340 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:10.340 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:10.340 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:10.340 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:10.340 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:10.340 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:10.340 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:10.340 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:10.340 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:10.340 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:10.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:10.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:10.362 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:10.362 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:10.362 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:10.362 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:10.362 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:10.444 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:10.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:10.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:10.444 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:10.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:10.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:10.445 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:10.445 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:10.445 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:10.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:10.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:10.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:10.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:10.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:10.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:10.446 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:10.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:10.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:10.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:10.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:10.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:10.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:10.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:10.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:10.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:10.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:10.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:10.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:10.449 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:10.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:10.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:10.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:10.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:10.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:10.451 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:10.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:10.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:10.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:10.452 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:10.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:10.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:10.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:10.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:10.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:10.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:10.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:10.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:11.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:11.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:11.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:11.454 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:11.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:11.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:11.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:11.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:11.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:11.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:11.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:11.455 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:11.455 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:11.456 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:11.456 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:11.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:11.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:11.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:11.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:11.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:11.456 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:11.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:11.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:11.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:11.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:11.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:11.457 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:11.457 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:11.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:11.457 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:11.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:11.457 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:11.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:11.457 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:11.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:11.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:11.463 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:11.463 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:11.463 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:11.463 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:11.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:11.467 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:11.467 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:11.581 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:11.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:11.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:11.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:11.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:11.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:11.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:11.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:11.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:11.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:11.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41af0bc8 is found... 12:14:11.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41af0bc8 is found finished successfully 12:14:11.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:11.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:11.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:11.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:11.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:11.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:11.596 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:11.596 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:11.596 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:11.596 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:11.597 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517 12:14:11.597 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:11.597 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:11.606 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 12:14:11.612 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:11.612 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:14:12.213 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:12.213 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:14:12.815 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:12.815 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:14:13.416 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:13.416 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:14:14.017 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:14.017 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:14:14.618 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:14.618 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:14:15.219 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:15.219 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 12:14:15.821 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:15.821 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:14:16.422 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:16.422 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 12:14:16.422 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:16.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:16.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:16.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:16.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:16.423 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:16.423 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:16.423 DEBUG [main][MenuItemLookup] Item match:File 12:14:16.424 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:16.424 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:16.424 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:16.424 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:16.424 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:16.424 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:16.424 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:16.424 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:16.424 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:16.424 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:16.424 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:16.424 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:16.424 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:16.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:16.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:16.451 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:16.451 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 12:14:16.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:16.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:16.452 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:16.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:16.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:16.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:16.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:16.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:16.454 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:16.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:16.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:16.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:16.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:16.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:16.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:16.455 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:16.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:16.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:16.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:16.501 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:16.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:16.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:16.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:16.501 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:16.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:16.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:16.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:16.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:16.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:16.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:17.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:17.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:17.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:17.503 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:17.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:17.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:17.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:17.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:17.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:17.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:17.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:17.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:17.504 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:17.504 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:17.505 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:17.505 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:17.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:17.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:17.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:17.505 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:17.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:17.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:17.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:17.505 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:17.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:17.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:17.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:17.505 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:17.505 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:17.506 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:17.510 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:17.511 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:17.511 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:17.511 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:17.511 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:17.515 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:17.515 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:17.515 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:17.547 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:17.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:17.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:17.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:17.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:17.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:17.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:17.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:17.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:17.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a8e8823 is found... 12:14:17.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a8e8823 is found finished successfully 12:14:17.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:17.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:17.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:17.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:17.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:17.550 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:17.550 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 12:14:17.551 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:17.562 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:17.562 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:17.562 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:17.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:17.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:17.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:17.563 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:17.563 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:17.563 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:17.563 DEBUG [main][MenuItemLookup] Item match:File 12:14:17.563 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:17.563 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:17.563 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:17.563 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:17.563 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:17.563 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:17.563 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:17.563 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:17.564 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:17.564 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:17.564 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:17.564 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:17.564 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:17.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:17.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:17.597 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:17.597 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:17.597 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:17.597 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:17.597 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:17.665 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:17.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:17.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:17.666 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:17.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:17.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:17.666 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:17.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:17.666 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:17.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:17.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:17.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:17.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:17.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:17.667 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:17.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:17.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:17.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:17.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:17.668 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:17.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:17.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:17.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:17.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:17.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:17.668 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:17.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:17.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:17.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:17.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:17.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:17.670 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:17.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:17.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:17.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:17.671 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:17.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:17.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:17.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:17.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:18.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:18.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:18.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:18.673 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:18.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:18.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:18.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:18.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.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:18.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:18.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:18.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:18.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:18.674 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:18.674 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:18.674 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:18.675 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:18.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:18.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:18.675 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:18.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:18.675 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:18.675 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:18.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:18.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:18.675 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:18.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:18.675 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:18.675 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:18.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:18.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:18.675 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:18.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:18.675 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:18.675 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:18.675 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:18.676 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:18.681 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:18.681 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:18.681 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:18.681 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:18.681 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:18.686 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:18.686 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:18.686 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:18.801 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:18.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:18.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:18.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:18.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:18.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:18.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:18.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:18.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:18.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:18.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2395e43b is found... 12:14:18.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2395e43b is found finished successfully 12:14:18.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:18.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:18.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:18.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:18.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:18.817 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:18.817 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:18.817 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0] 12:14:18.826 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right 12:14:18.827 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 12:14:19.033 INFO [WorkbenchTestable][Keyboard] Move cursor 12:14:19.233 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:19.233 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:19.434 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:19.837 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:19.837 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:20.037 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:20.442 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:20.443 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:20.643 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:21.045 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:21.045 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:21.245 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:21.647 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:21.647 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:21.847 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:22.249 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:22.249 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:22.451 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:22.853 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:22.853 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:23.053 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:23.455 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:23.455 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:23.655 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:24.057 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:24.058 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:24.258 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:24.660 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:24.660 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:24.887 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:25.294 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:25.294 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:25.496 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:25.897 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:25.898 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:26.098 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:26.500 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:26.500 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:26.700 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:27.103 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:27.103 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:27.303 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:27.705 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:14:27.705 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:14:27.905 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:14:28.109 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 12:14:28.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:28.311 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:28.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:28.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:28.312 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:28.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:28.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:28.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:28.313 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:28.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:28.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:28.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:28.342 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:28.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:28.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:28.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:28.343 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:28.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:28.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:28.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:28.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:28.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:28.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:29.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:29.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:29.345 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:29.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:29.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:29.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:29.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:29.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:29.346 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:29.346 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:29.346 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:29.346 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:29.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:29.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:29.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:29.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:29.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:29.346 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:29.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:29.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:29.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:29.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:29.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:29.347 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:29.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:29.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:29.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:29.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:29.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:29.347 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:29.347 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:29.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:29.352 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:29.352 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:29.352 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:29.352 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:29.353 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:29.358 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:29.358 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:29.359 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:29.388 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:29.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:29.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:29.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:29.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:29.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:29.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:29.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:29.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:29.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@12d670fe is found... 12:14:29.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@12d670fe is found finished successfully 12:14:29.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:29.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:29.391 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:29.392 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:29.392 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:29.398 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:29.398 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:29.398 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:29.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:29.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:29.399 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:29.399 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:29.399 DEBUG [main][MenuItemLookup] Item match:File 12:14:29.399 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:29.399 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:29.399 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:29.399 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:29.399 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:29.399 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:29.400 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:29.400 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:29.400 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:29.400 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:29.400 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:29.400 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:29.400 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:29.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:29.430 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:29.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 12:14:29.430 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:29.430 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:29.430 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:29.543 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:29.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:29.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:29.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:29.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:29.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:29.544 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:29.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:29.544 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:29.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:29.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:29.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:29.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:29.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.545 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:29.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:29.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:29.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:29.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:29.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:29.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:29.546 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:29.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:29.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:29.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:29.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:29.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:29.548 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:29.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:29.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:29.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:29.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:29.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:29.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:29.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:29.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:30.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:30.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:30.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:30.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:30.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:30.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:30.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:30.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:30.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:30.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:30.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:30.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:30.552 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:30.552 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:30.552 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:30.552 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:30.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:30.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:30.552 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:30.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:30.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:30.552 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:30.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:30.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:30.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:30.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:30.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:30.553 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:30.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:30.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:30.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:30.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:30.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:30.553 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:30.553 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:30.553 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:30.560 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:30.561 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:30.561 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:30.561 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:30.561 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:30.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:30.565 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:30.566 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:30.672 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:30.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:30.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:30.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:30.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:30.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:30.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:30.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:30.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:30.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:30.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@30b4529c is found... 12:14:30.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@30b4529c is found finished successfully 12:14:30.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:30.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:30.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:30.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:30.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:30.679 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:30.679 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:30.679 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525 12:14:30.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:30.716 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:30.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:30.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:30.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:30.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:30.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:30.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:30.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:30.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:30.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:30.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:30.717 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:30.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:30.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:30.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:30.727 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:30.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:30.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:30.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:30.727 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:30.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:30.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:30.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:30.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:30.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:31.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:31.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:31.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:31.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:32.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:32.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:32.229 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:32.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:32.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:32.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:32.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:32.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:32.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:32.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:32.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:32.230 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:32.230 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:32.230 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:32.231 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:32.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:32.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:32.231 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:32.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:32.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:32.231 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:32.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:32.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:32.231 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:32.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:32.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:32.231 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:32.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:32.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:32.231 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:32.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:32.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:32.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:32.231 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:32.231 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:32.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:32.239 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:32.239 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:32.239 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:32.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:32.244 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:32.244 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:32.244 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:32.275 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:32.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:32.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:32.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:32.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:32.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:32.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:32.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:32.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:32.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e251b39 is found... 12:14:32.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e251b39 is found finished successfully 12:14:32.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:32.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:32.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:32.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:32.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:32.278 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:32.278 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 12:14:32.279 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:32.307 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:32.307 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:32.307 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:32.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:32.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:32.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:32.308 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:32.308 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:32.308 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:32.308 DEBUG [main][MenuItemLookup] Item match:File 12:14:32.308 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:32.308 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:32.308 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:32.308 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:32.308 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:32.308 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:32.308 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:32.308 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:32.308 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:32.308 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:32.309 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:32.309 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:32.309 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:32.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:32.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:32.338 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:32.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; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:32.339 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:32.339 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:32.339 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:32.430 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:32.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:32.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:32.430 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:32.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:32.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:32.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:32.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:32.430 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:32.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:32.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:32.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:32.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:32.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:32.431 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:32.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:32.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:32.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:32.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:32.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:32.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:32.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:32.433 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:32.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:32.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:32.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:32.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:32.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:32.435 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:32.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:32.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:32.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:32.435 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:32.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:32.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:32.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:32.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:32.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:33.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:33.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:33.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:33.437 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:33.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:33.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:33.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:33.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 12:14:33.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:33.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:33.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:33.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:33.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:33.438 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:33.438 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:33.438 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:33.438 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:33.438 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:33.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:33.438 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:33.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:33.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:33.439 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:33.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:33.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:33.439 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:33.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:33.439 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:33.439 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:33.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:33.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:33.439 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:33.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:33.439 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:33.439 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:33.439 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:33.439 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:33.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:33.445 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:33.445 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:33.445 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:33.446 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:33.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:33.450 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:33.450 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:33.555 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:33.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:33.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:33.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:33.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:33.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:33.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:33.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:33.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:33.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:33.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@629d8efa is found... 12:14:33.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@629d8efa is found finished successfully 12:14:33.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:33.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:33.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:33.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:33.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:33.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:33.563 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:33.563 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:33.563 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:33.575 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:33.594 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:33.594 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 12:14:33.594 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:33.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:33.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:33.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:33.594 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:33.594 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:33.595 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:33.595 DEBUG [main][MenuItemLookup] Item match:File 12:14:33.595 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:33.595 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:33.595 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:33.595 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:33.595 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:33.595 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:33.595 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:33.595 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:33.595 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:33.595 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:33.595 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:33.595 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:33.596 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:33.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:33.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:33.628 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:33.628 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 12:14:33.628 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:14:34.628 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:34.628 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 12:14:34.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:34.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:34.630 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:34.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:34.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:34.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:34.631 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:34.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:34.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:34.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:34.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:34.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:34.632 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:34.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:34.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:34.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:34.663 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:34.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:34.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:34.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:34.664 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:34.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:34.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:34.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:34.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:34.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:34.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:35.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:35.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:35.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:35.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:35.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:35.666 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:35.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:35.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:35.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:35.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:35.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:35.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:35.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:35.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:35.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:35.667 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:35.667 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:35.667 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:35.668 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:35.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:35.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:35.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:35.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:35.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:35.668 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:35.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:35.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:35.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:35.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:35.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:35.668 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:35.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:35.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:35.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:35.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:35.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:35.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:35.669 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:35.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:35.676 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:35.676 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:35.676 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:35.676 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:35.676 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:35.680 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:35.680 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:35.681 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:35.710 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:35.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:35.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:35.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:35.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:35.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:35.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:35.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:35.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:35.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@436d43d7 is found... 12:14:35.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@436d43d7 is found finished successfully 12:14:35.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:35.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:35.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:35.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:35.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:35.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:35.713 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:35.714 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 12:14:35.714 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:35.721 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:35.721 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:35.721 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:35.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:35.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:35.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:35.738 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:35.738 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:35.738 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:35.738 DEBUG [main][MenuItemLookup] Item match:File 12:14:35.739 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:35.739 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:35.739 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:35.739 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:35.739 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:35.739 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:35.739 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:35.739 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:35.739 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:35.739 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:35.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:35.740 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:35.740 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:35.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:35.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:35.750 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:35.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 12:14:35.751 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:35.751 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:35.751 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:35.814 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:35.814 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:35.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:35.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:35.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:35.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:35.815 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:35.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:35.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:35.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:35.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:35.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:35.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:35.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:35.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:35.816 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:35.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:35.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:35.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:35.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:35.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:35.817 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:35.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:35.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:35.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:35.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:35.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:35.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:35.817 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:35.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:35.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:35.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:35.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:35.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:35.819 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:35.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:35.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:35.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:35.820 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:35.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:35.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:35.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:35.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:35.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:35.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:36.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:36.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:36.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:36.821 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:36.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:36.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:36.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:36.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:36.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:36.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:36.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:36.822 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:36.823 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:36.823 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:36.823 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:36.823 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:36.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:36.823 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:36.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:36.823 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:36.823 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:36.823 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:36.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:36.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:36.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:36.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:36.824 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:36.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:36.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:36.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:36.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:36.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:36.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:36.824 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:36.824 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:36.831 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:36.831 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:36.831 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:36.831 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:36.831 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:36.836 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:36.836 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:36.836 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:36.976 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:36.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:36.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:36.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:36.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:36.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:36.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:36.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:36.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:36.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:36.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@515fd994 is found... 12:14:36.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@515fd994 is found finished successfully 12:14:36.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:36.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:36.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:36.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:36.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:36.983 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.983 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:36.983 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 { 12:14:36.995 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.996 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:36.996 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant 12:14:36.996 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:14:37.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:37.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:37.996 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:37.996 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:37.996 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:37.996 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:14:37.996 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:14:37.996 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:37.996 DEBUG [main][MenuItemLookup] Item match:Navigate 12:14:37.997 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:37.997 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:14:37.997 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:37.997 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 12:14:37.997 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:14:37.997 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:14:37.997 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 12:14:37.997 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink 12:14:37.997 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k" 12:14:37.997 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink 12:14:37.998 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k 12:14:38.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:14:38.073 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 12:14:38.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:38.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:38.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:38.073 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:14:38.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:38.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:38.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:38.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:38.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:38.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:14:38.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:14:38.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:14:38.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:14:38.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:14:38.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:38.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:38.074 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:38.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:38.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:38.075 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 12:14:38.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:14:38.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:38.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:38.075 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") 12:14:38.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:38.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:38.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:38.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:38.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:39.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:39.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:14:39.076 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:14:39.076 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:14:39.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:39.077 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:14:39.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:14:39.596 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 12:14:39.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:39.597 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:39.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:39.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:39.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:39.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:39.598 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:39.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:39.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:39.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:39.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:39.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:39.599 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:39.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:39.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:39.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:39.631 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:39.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:39.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:39.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:39.632 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:39.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:39.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:39.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:39.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:39.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:40.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:40.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:40.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:40.633 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:40.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:40.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:40.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:40.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:40.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:40.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:40.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:40.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:40.634 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:40.634 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:40.635 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:40.635 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:40.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:40.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:40.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:40.635 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:40.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:40.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:40.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:40.635 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:40.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:40.636 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:40.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:40.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:40.636 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:40.636 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:40.636 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:40.641 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:40.641 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:40.641 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:40.641 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:40.641 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:40.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:40.645 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:40.645 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:40.677 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:40.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:40.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:40.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:40.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:40.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:40.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:40.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:40.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:40.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1765fc55 is found... 12:14:40.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1765fc55 is found finished successfully 12:14:40.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:40.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:40.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:40.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:40.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:40.680 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:40.680 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:40.680 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:40.698 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:40.698 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:40.698 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:40.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:40.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:40.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:40.698 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:40.698 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:40.698 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:40.698 DEBUG [main][MenuItemLookup] Item match:File 12:14:40.699 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:40.699 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:40.699 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:40.699 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:40.699 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:40.699 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:40.699 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:40.699 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:40.699 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:40.699 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:40.699 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:40.699 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:40.699 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:40.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:40.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:40.727 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:40.728 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:40.728 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:40.728 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:40.728 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:40.819 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:40.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:40.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:40.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:40.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:40.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:40.819 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:40.819 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:40.819 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:40.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:40.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:40.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:40.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:40.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:40.820 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:40.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:40.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:40.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:40.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:40.821 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:40.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:40.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:40.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:40.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:40.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:40.822 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:40.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:40.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:40.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:40.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:40.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:40.824 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:40.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:40.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:40.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:40.824 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:40.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:40.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:40.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:40.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:40.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:41.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:41.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:41.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:41.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:42.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:42.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:42.326 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:42.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:42.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:42.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:42.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:42.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:42.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:42.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:42.327 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:42.328 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:42.328 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:42.328 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:42.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:42.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:42.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:42.329 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:42.329 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:42.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:42.329 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:42.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:42.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:42.329 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:42.329 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:42.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:42.329 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:42.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:42.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:42.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:42.329 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:42.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:42.337 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:42.338 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:42.338 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:42.338 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:42.338 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:42.342 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:42.342 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:42.342 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:42.446 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:42.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:42.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:42.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:42.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:42.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:42.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:42.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:42.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:42.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:42.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@19815a1d is found... 12:14:42.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@19815a1d is found finished successfully 12:14:42.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 '\*?\QJavaClass.java\E') 12:14:42.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:42.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:42.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:42.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:42.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:42.454 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:42.454 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:42.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:42.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:42.455 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:42.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:42.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:42.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:42.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:42.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:42.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:42.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:42.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:42.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:42.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:42.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:42.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:42.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:42.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:42.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:42.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:42.489 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:42.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:42.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:42.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:42.489 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:42.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:42.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:42.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:42.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:42.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:42.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:42.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:42.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:43.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:43.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:43.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:43.491 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:43.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:43.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:43.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:43.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:43.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:43.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:43.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:43.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:43.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:43.492 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:43.492 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:43.492 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:43.492 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:43.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:43.493 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:43.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:43.493 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:43.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:43.493 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:43.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:43.493 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:43.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:43.493 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:43.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:43.493 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:43.493 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:43.493 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:43.498 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:43.498 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:43.498 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:43.498 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:43.498 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:43.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:43.502 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:43.502 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:43.531 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:43.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:43.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:43.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:43.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:43.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:43.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:43.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:43.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:43.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@30dbc101 is found... 12:14:43.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@30dbc101 is found finished successfully 12:14:43.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:43.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:43.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:43.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:43.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:43.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:43.535 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:43.535 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:43.536 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:43.550 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:43.550 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:43.550 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:43.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:43.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:43.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:43.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:43.551 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:43.551 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:43.551 DEBUG [main][MenuItemLookup] Item match:File 12:14:43.552 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:43.552 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:43.552 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:43.552 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:43.552 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:43.552 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:43.552 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:43.552 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:43.552 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:43.552 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:43.552 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:43.552 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:43.552 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:43.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:43.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:43.579 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:43.579 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:43.579 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:43.579 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:43.579 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:43.657 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:43.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:43.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:43.657 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:43.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:43.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:43.658 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:43.658 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:43.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:43.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:43.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:43.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:43.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:43.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:43.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:43.659 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:43.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:43.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:43.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:43.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:43.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:43.675 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:43.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:43.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:43.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:43.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:43.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:43.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:43.676 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:43.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:43.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:43.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:43.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:43.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:43.678 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:43.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:43.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:43.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:43.679 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:43.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:43.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:43.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:43.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:43.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:43.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:44.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:44.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:44.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:44.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:44.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:44.681 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:44.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:44.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:44.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:44.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:44.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:44.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:44.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:44.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:44.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:44.682 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:44.682 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:44.682 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:44.682 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:44.682 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:44.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:44.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:44.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:44.683 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:44.683 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:44.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:44.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:44.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:44.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:44.683 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:44.683 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:44.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:44.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:44.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:44.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:44.683 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:44.683 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:44.683 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:44.683 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:44.689 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:44.690 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:44.690 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:44.690 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:44.690 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:44.697 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:44.697 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:44.697 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:44.813 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:44.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:44.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:44.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:44.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:44.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:44.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:44.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1fe73df7 is found... 12:14:44.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1fe73df7 is found finished successfully 12:14:44.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:44.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:44.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:44.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:44.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:44.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:44.829 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:44.829 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:44.829 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:14:44.829 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:14:45.029 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:14:45.232 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:14:45.232 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:14:45.432 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:14:45.636 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:14:45.636 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:14:45.837 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:14:46.039 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:14:46.039 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:14:46.239 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:14:46.442 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:46.442 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:14:46.642 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:14:47.643 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor 12:14:47.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:47.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:47.653 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:47.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:47.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:47.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:47.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:47.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:47.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:47.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:47.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:47.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:47.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:47.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:47.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:47.655 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:47.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:47.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:47.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:47.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:47.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:47.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:47.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:47.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:47.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:47.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:47.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:47.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:47.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:47.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:48.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:48.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:48.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:48.689 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:48.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:48.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:48.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 12:14:48.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:48.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:48.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:48.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:48.690 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:48.690 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:48.690 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:48.690 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:48.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:48.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:48.691 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:48.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:48.691 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:48.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:48.691 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:48.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:48.691 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:48.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:48.691 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:48.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:48.691 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:48.691 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:48.691 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:48.698 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:48.699 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:48.699 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:48.699 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:48.699 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:48.703 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:48.703 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:48.703 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:48.733 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:48.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:48.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:48.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:48.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:48.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:48.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:48.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:48.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:48.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31aa3400 is found... 12:14:48.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31aa3400 is found finished successfully 12:14:48.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:48.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:48.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:48.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:48.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:48.737 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.737 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:48.737 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:48.753 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.753 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:48.753 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:48.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:48.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:48.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:48.754 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:48.754 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:48.754 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:48.754 DEBUG [main][MenuItemLookup] Item match:File 12:14:48.755 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:48.755 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:48.755 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:48.755 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:48.755 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:48.755 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:48.755 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:48.755 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:48.755 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:48.755 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:48.755 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:48.755 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:48.755 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:48.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:48.783 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.783 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:48.783 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:48.783 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:48.783 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:48.854 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:48.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:48.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:48.854 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:48.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:48.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:48.855 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:48.855 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:48.855 DEBUG [main][EditorHandler] 0 editor(s) found 12:14:48.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:48.856 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:48.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:48.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:48.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:48.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:48.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:48.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') 12:14:48.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:48.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:48.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:48.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:48.857 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:48.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:48.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:48.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:48.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:48.859 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:48.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:48.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:48.859 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:48.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:48.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:48.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:48.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:49.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:49.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:49.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:49.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:49.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:49.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:49.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:49.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:49.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:49.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:49.862 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:49.862 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:49.862 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:49.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:49.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:49.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:49.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:49.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:50.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:50.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:50.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:50.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:50.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:50.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:50.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:50.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:50.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:50.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 12:14:50.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:50.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:50.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:50.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:50.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:50.865 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:50.865 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:50.865 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:50.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:50.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:50.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:50.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 12:14:50.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:50.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:50.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:50.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:50.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:50.866 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:14:50.866 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:14:50.866 DEBUG [main][TreeItemHandler] Set Tree selection 12:14:50.866 DEBUG [main][TreeHandler] Notify Tree about selection event 12:14:50.871 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:14:50.872 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 12:14:50.872 DEBUG [WorkbenchTestable][TreeItemHandler] TextEditorTestProject 12:14:50.872 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:50.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:50.907 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:50.907 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:14:50.907 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:14:50.907 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:14:50.907 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:14:50.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:50.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:51.408 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:51.408 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:51.426 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:51.426 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:51.426 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.426 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:51.426 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.426 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:51.426 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:51.426 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:51.426 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:51.426 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:14:51.426 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:14:51.426 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:14:51.426 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:14:51.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1100): Gtk-CRITICAL **: 12:14:51.477: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1100): Gtk-CRITICAL **: 12:14:51.481: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1100): Gtk-CRITICAL **: 12:14:51.504: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1100): Gtk-CRITICAL **: 12:14:51.520: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:14:52.024 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 12:14:52.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:14:52.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:52.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:52.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:14:52.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:52.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:52.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:52.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:52.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:52.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:52.028 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:14:52.028 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:14:52.028 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:14:52.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:52.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:52.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:52.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:52.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 "OK") 12:14:52.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:52.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:52.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:52.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:52.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:52.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:52.029 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:14:52.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:52.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:52.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:52.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:52.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:14:52.033 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:14:52.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:14:52.534 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:14:52.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:52.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:14:52.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:14:52.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:52.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:52.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:52.534 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:52.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:52.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:52.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:14:52.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:52.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:52.535 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:52.535 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:52.535 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:52.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:52.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 141.253 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.332 s getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.497 s notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 1.69 s insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.42 s selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.28 s selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.209 s getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.478 s getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.405 s insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.408 s contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.698 s openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.67 s getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.163 s getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.404 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.476 s closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.967 s quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.738 s getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.27 s selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.248 s testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.356 s openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.477 s insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.369 s getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.156 s insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.416 s closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.99 s setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.221 s getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 11.878 s insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.886 s getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.385 s closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.004 s getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.839 s selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.197 s Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:14:52.545 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:14:52.546 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:14:52.546 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:52.546 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:14:52.546 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:52.546 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:14:52.546 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:52.546 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:14:52.546 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:52.546 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:14:52.546 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.*'] 12:14:52.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.547 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:14:52.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.547 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:14:52.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:52.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:52.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:52.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:52.547 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:52.547 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:52.547 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:52.547 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:52.548 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:52.548 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:52.548 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:52.548 DEBUG [main][MenuItemLookup] Item match:Window 12:14:52.548 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:52.548 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:52.548 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:52.548 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:52.548 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:52.548 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:52.548 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:52.548 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:14:52.548 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:52.548 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:14:52.548 DEBUG [main][MenuItemLookup] Item match:Preferences 12:14:52.548 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:14:52.548 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:14:52.548 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:14:52.628 DEBUG [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.... 12:14:52.629 DEBUG [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 12:14:52.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:14:52.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:52.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:52.631 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:14:52.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.631 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 12:14:52.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:52.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:52.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:52.632 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) 12:14:52.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:52.634 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:14:52.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:52.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:52.634 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:52.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:52.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:52.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:52.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:52.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:52.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:52.659 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:52.659 DEBUG [main][EditorHandler] 0 editor(s) found 12:14:52.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.660 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:52.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:52.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:52.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:52.661 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:52.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:52.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:52.662 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:52.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:52.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:52.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:52.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:52.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:52.675 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:52.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:52.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:52.676 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 12:14:52.676 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:52.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:52.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:52.676 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 12:14:52.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.677 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:52.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:52.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:52.677 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 12:14:52.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:52.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 12:14:52.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:14:52.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:52.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:52.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:52.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:52.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:52.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:14:52.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:52.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:52.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:52.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:14:52.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:52.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:52.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:52.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:52.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:52.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:52.687 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:52.688 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:52.688 DEBUG [main][MenuItemLookup] Item match:File 12:14:52.688 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:52.688 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:14:52.689 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:14:52.689 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:52.689 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:14:52.689 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:52.689 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:14:52.689 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:52.689 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:14:52.690 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:14:52.690 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:14:52.690 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:14:52.690 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:14:52.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:14:52.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:14:52.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:14:52.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:52.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:52.751 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:14:52.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:14:52.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:52.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:52.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:52.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:52.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:52.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:52.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:52.753 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:14:52.753 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:14:52.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:14:52.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:14:52.757 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:14:52.757 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:14:52.757 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) 12:14:52.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:52.758 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:52.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:52.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:52.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:52.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:52.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:52.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:14:52.783 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 12:14:52.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:14:52.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:52.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:52.784 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:14:52.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.784 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project' 12:14:52.784 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:") 12:14:52.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:52.785 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:52.786 INFO [WorkbenchTestable][AbstractText] Text set to: project 12:14:52.787 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:14:52.787 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:14:52.787 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) 12:14:52.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:52.789 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:52.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:52.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:52.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:52.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:52.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:53.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:53.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:53.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:14:53.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:14:53.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:53.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:53.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:53.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:53.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:53.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:53.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:53.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:14:53.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:53.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:53.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:53.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:53.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:53.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:53.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:53.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:14:53.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:53.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:53.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:53.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:53.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:53.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:53.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:53.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:53.293 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:53.294 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:53.294 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:53.294 DEBUG [main][MenuItemLookup] Item match:File 12:14:53.294 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:53.294 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:14:53.296 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:14:53.296 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:53.296 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:14:53.296 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:53.296 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:14:53.296 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:53.296 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:14:53.296 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:14:53.296 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:14:53.296 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:14:53.296 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:14:53.352 DEBUG [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.... 12:14:53.356 DEBUG [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 12:14:53.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:14:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:53.357 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:14:53.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:53.357 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 12:14:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:53.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:53.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:53.359 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:53.359 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:53.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:53.359 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:53.359 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:53.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:53.359 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:14:53.359 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:14:53.359 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:14:53.362 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:14:53.362 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:14:53.362 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:14:53.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:14:53.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:53.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:53.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:53.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:53.363 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:53.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:53.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:53.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:53.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:53.391 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:53.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:53.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:53.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:14:53.392 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 12:14:53.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:14:53.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:53.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:53.393 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:14:53.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:53.393 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:") 12:14:53.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:53.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:53.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:53.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:53.394 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:53.395 INFO [WorkbenchTestable][AbstractText] Text set to: project/ 12:14:53.406 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:") 12:14:53.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:53.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:53.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:53.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:53.409 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:53.409 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca 12:14:53.412 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:14:53.412 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:14:53.412 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) 12:14:53.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:53.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:53.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:53.414 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:53.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:53.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:53.414 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:53.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:53.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:53.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:53.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:14:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:53.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:53.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qabc.ca\E') 12:14:53.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:53.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:53.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:53.928 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:53.928 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:14:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:53.928 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform' 12:14:53.928 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:53.928 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:53.928 DEBUG [main][MenuItemLookup] Item match:Edit 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:14:53.929 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:14:53.929 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut 12:14:53.930 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:53.930 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:14:54.130 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 12:14:55.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:14:55.131 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 12:14:55.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:55.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:55.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:14:55.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:55.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:55.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:55.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:55.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:55.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:14:55.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:14:55.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:14:55.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:14:55.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:14:55.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:55.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:55.149 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:14:55.149 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:14:55.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:14:55.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:14:55.149 DEBUG [WorkbenchTestable][ContentAssistant] a 12:14:55.149 DEBUG [WorkbenchTestable][ContentAssistant] b 12:14:55.149 DEBUG [WorkbenchTestable][ContentAssistant] c 12:14:55.149 INFO [WorkbenchTestable][AbstractShell] Close shell 12:14:55.149 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:14:55.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:14:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:14:55.167 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:55.167 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:55.168 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca 12:14:55.199 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed 12:14:55.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:55.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:55.200 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:55.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:55.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:55.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:55.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:55.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:55.201 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:55.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:55.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:55.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:55.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:55.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:55.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:55.201 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:55.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:55.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:55.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:55.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:55.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:55.203 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:55.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:55.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:55.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:55.204 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:55.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:55.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:55.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:55.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:55.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:55.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:55.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:55.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:56.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:56.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:56.205 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:56.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:56.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:56.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:56.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:56.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:56.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:56.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:56.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:56.207 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 12:14:56.207 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:56.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:56.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:56.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:56.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:56.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:56.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:57.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:57.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:57.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:57.208 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:57.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:57.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:57.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:57.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:57.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:57.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:57.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:57.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:57.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:57.210 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 12:14:57.210 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:57.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:57.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:57.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:57.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:57.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:57.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:57.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:57.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:57.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:57.211 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:14:57.211 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:14:57.211 DEBUG [main][TreeItemHandler] Set Tree selection 12:14:57.211 DEBUG [main][TreeHandler] Notify Tree about selection event 12:14:57.216 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:14:57.217 DEBUG [WorkbenchTestable][TreeItemHandler] project 12:14:57.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:57.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:57.246 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:57.246 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:14:57.246 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:14:57.246 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:14:57.246 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:14:57.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:57.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:57.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:14:57.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:14:57.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:57.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:57.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:57.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:57.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:57.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:57.762 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:57.762 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:57.762 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:57.762 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:57.762 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:57.762 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:57.762 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:57.762 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:57.762 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:14:57.763 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:14:57.763 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:14:57.763 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:14:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:14:58.333 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 12:14:58.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:14:58.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:58.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 12:14:58.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:58.336 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:58.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:58.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:58.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:58.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:58.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:58.337 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:14:58.337 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:14:58.337 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:14:58.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:58.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:58.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:58.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:58.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:14:58.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:58.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:58.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:58.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:58.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:58.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:58.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:58.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:58.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:58.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:58.339 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:14:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:58.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:58.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:58.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:14:58.342 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:14:58.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:14:58.843 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:14:58.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:58.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:14:58.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:14:58.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:58.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:58.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:58.843 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:58.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:58.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:58.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:14:58.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:58.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:58.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:14:58.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:58.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:58.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:58.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:58.845 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 12:14:58.845 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:14:58.845 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:58.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:58.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:58.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.301 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) Time elapsed: 6.167 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.v20230828-1200 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.uiforms.test --- [INFO] Resolving class path of RedDeer UIForms Test... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.uiforms.test --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.uiforms.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:08.548 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:15:08.550 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:15:08.617 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:15:08.618 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:15:08.709 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:08.741 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:15:08.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:08.748 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:08.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:15:08.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:15:08.858 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:15:08.867 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:08.867 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:15:08.936 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:08.936 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:15:08.940 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:08.941 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:15:08.966 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.*'] 12:15:08.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:08.970 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.*'] 12:15:08.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:08.981 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.*'] 12:15:08.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:09.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:09.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:09.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:09.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:09.024 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:09.027 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:09.027 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:15:09.027 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:15:09.027 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:15:09.027 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:15:09.027 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:15:09.028 DEBUG [main][MenuItemLookup] Item match:Window 12:15:09.032 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:15:09.032 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:15:09.032 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:15:09.032 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:09.032 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:15:09.032 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:15:09.032 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:09.032 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:15:09.032 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:09.033 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:15:09.033 DEBUG [main][MenuItemLookup] Item match:Preferences 12:15:09.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:15:09.035 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:15:09.037 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:15:09.204 DEBUG [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.... 12:15:09.208 DEBUG [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 12:15:09.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:15:09.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:09.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:09.211 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:15:09.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:09.218 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 12:15:09.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:09.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:09.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:09.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:09.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:09.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:09.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:09.266 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) 12:15:09.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:09.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:09.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:09.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:09.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:09.275 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:15:09.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:09.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:09.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:09.278 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:09.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:09.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:09.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:09.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:09.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:09.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:09.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:09.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:09.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:09.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:09.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:09.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:09.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:09.363 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu. 12:15:09.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:09.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:09.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:09.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:09.365 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:09.365 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:09.365 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:15:09.365 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:15:09.365 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:15:09.365 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:15:09.365 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:15:09.365 DEBUG [main][MenuItemLookup] Item match:Window 12:15:09.366 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:15:09.366 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:15:09.366 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:15:09.366 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:09.366 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:15:09.367 DEBUG [main][MenuItemLookup] Item match:Show View 12:15:09.376 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:15:09.376 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:15:09.376 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:15:09.376 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:15:09.376 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:15:09.376 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:15:09.376 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:15:09.377 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:15:09.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:09.377 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:15:09.377 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:15:09.377 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:15:09.378 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:15:09.378 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:15:09.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:15:09.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:15:09.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:15:09.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:09.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:09.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:15:09.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:09.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:09.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:09.463 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:15:09.463 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:09.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:09.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:09.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:09.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:09.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:09.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children... 12:15:09.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 12:15:09.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:09.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:09.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 12:15:09.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully 12:15:09.973 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 12:15:09.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:09.973 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed 12:15:09.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:09.973 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 12:15:09.973 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test 12:15:09.974 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test 12:15:09.974 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection 12:15:09.975 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test 12:15:09.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:09.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:09.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:09.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:15:09.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:09.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:09.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:09.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:15:09.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:09.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:09.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:09.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:15:09.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:09.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:09.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:09.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:09.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:09.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:09.979 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:15:09.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:09.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:09.979 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:09.979 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:10.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:15:10.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:15:10.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open... 12:15:10.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:10.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully 12:15:10.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:10.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:10.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:10.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:10.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:10.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:15:10.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:10.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:10.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:10.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:10.334 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:10.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:10.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:10.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:10.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:10.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:10.350 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 12:15:10.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:10.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:10.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:10.351 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:10.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:10.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:10.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:10.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:15:10.374 TRACE [main][WidgetHandler] Notify Hyperlink with event 6 12:15:10.374 TRACE [main][WidgetHandler] Wait for synchronization 12:15:10.374 TRACE [main][WidgetHandler] Notify Hyperlink with event 3 12:15:10.374 TRACE [main][WidgetHandler] Wait for synchronization 12:15:10.374 TRACE [main][WidgetHandler] Notify Hyperlink with event 4 12:15:10.374 TRACE [main][WidgetHandler] Wait for synchronization 12:15:10.375 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") 12:15:10.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:10.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:10.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:10.377 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:10.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:10.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:10.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:10.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:10.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:15:10.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:10.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:10.382 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:10.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:10.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:10.383 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:10.384 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:10.384 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:10.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:10.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:10.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:10.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:10.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:10.414 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:10.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:10.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:10.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:10.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:10.419 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:10.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:10.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:10.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:10.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:10.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:10.423 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:10.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:10.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:10.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:10.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:10.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:10.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink") 12:15:10.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:10.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:10.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:10.458 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:10.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:10.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:10.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:10.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:11.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:11.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:15:11.497 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found 12:15:11.499 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.499 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:11.499 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:11.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:11.500 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:11.500 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:11.501 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:11.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:11.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:11.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:11.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.506 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:11.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:11.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:11.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:11.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:11.537 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:11.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:11.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:11.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:11.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:11.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:11.542 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 12:15:11.542 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:11.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:11.543 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:11.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:11.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:15:11.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:15:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 12:15:11.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:11.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:11.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:11.563 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:11.563 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:11.563 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:11.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:11.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:11.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:11.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.573 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:11.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:11.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:11.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:11.579 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:11.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:15:11.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:11.622 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:11.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:11.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:11.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:11.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:11.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:11.627 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") 12:15:11.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:11.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:11.628 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:11.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:11.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:11.646 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") 12:15:11.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:15:11.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:11.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:11.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:11.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:11.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:11.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:11.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:11.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:11.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:11.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.654 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:11.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:11.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:11.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:11.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:11.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:11.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:11.663 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:11.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:11.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:11.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:11.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:11.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:11.688 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 12:15:11.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:11.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:11.688 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:11.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:11.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:15:11.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:11.690 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:11.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:11.690 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:11.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:11.691 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:11.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:11.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:11.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:11.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:11.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:11.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:11.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:11.728 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:11.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:11.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:11.752 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:11.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:11.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:11.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:11.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:11.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:11.758 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") 12:15:11.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:11.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:11.758 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:11.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:11.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:15:11.760 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:11.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:11.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:11.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:11.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:11.762 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:11.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:11.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:11.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:11.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.788 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:11.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:11.792 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:11.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:11.796 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:11.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:11.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:11.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:11.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:11.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:11.820 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") 12:15:11.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:11.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:11.821 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:11.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:11.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:11.823 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 12:15:11.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:15:11.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:11.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:11.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:11.825 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:11.825 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:11.825 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:11.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:11.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:11.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:11.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.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. 12:15:11.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:11.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:11.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:11.852 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:11.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:11.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:11.856 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:11.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:11.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:11.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:11.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:11.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:11.860 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") 12:15:11.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:11.861 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:11.861 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:11.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:11.863 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 12:15:11.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:15:11.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:15:11.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 12:15:11.884 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.884 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:11.884 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:11.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:15:11.885 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:15:11.885 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:11.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.363 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.116 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.062 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.086 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.04 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.07 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.063 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.06 s Running org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:11.924 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:11.925 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:15:11.925 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:11.925 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:11.925 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:11.925 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:15:11.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:11.926 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:15:11.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:11.926 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:15:11.926 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.*'] 12:15:11.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:11.926 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.*'] 12:15:11.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:11.927 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.*'] 12:15:11.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:11.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:11.928 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:11.928 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:11.928 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:11.928 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:15:11.928 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:15:11.928 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:15:11.928 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:15:11.928 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:15:11.928 DEBUG [main][MenuItemLookup] Item match:Window 12:15:11.929 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:15:11.929 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:15:11.929 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:15:11.929 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:11.929 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:15:11.929 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:15:11.929 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:11.929 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:15:11.929 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:11.929 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:15:11.929 DEBUG [main][MenuItemLookup] Item match:Preferences 12:15:11.929 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:15:11.929 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:15:11.930 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:15:12.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:15:12.061 DEBUG [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 12:15:12.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:15:12.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:12.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:12.063 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:15:12.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:12.063 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 12:15:12.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:12.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:12.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:12.113 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) 12:15:12.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:12.121 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:15:12.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:12.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:12.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:12.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:12.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:12.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:12.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:12.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:12.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:12.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:12.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:12.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:12.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:12.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:12.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:12.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.179 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:12.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:12.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:12.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:12.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:12.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:15:12.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:12.227 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:12.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:12.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:12.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:12.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:12.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:12.262 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 12:15:12.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:12.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:12.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:12.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:12.263 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:12.263 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:12.264 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:15:12.264 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:15:12.264 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:15:12.264 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:15:12.264 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:15:12.264 DEBUG [main][MenuItemLookup] Item match:Window 12:15:12.265 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:15:12.265 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:15:12.265 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:15:12.265 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:12.265 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:15:12.265 DEBUG [main][MenuItemLookup] Item match:Show View 12:15:12.270 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:15:12.270 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:15:12.271 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:15:12.271 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:15:12.271 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:15:12.271 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:15:12.271 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:15:12.271 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:15:12.271 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:12.271 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:15:12.271 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:15:12.292 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:15:12.293 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:15:12.293 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:15:12.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:15:12.369 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 12:15:12.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:15:12.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:12.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:12.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:15:12.371 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:12.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:12.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:12.371 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:15:12.371 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:12.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:12.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:12.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:12.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:15:12.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:15:12.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:12.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:12.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:15:12.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:15:12.880 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:15:12.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:12.880 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:15:12.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:12.880 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:15:12.881 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 12:15:12.881 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 12:15:12.881 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 12:15:12.882 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 12:15:12.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:12.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:12.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:12.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:15:12.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:12.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:15:12.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:12.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:12.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:12.883 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:15:12.883 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:12.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:12.885 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:15:12.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:12.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:12.885 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:12.885 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:13.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:15:13.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:15:13.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open... 12:15:13.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:13.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully 12:15:13.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:13.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:13.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:13.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:13.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:13.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:15:13.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:13.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:13.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:13.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:13.041 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:15:13.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:15:13.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:13.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:13.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:13.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:13.053 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 12:15:13.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:13.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:13.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:13.053 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 12:15:13.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:13.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:13.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:13.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:14.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:14.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:15:14.056 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found 12:15:14.056 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:15:14.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:15:14.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:14.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:14.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:14.058 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log' 12:15:14.058 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log 12:15:14.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:15:14.060 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:15:14.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:14.088 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:14.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.123 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:14.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:14.123 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:14.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:14.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:14.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:14.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.127 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:14.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:14.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:14.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:14.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:14.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:14.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:14.140 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:14.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:14.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:14.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:14.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:14.144 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 12:15:14.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:14.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.144 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:14.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:14.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:15:14.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:15:14.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 12:15:14.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:14.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:14.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:14.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.172 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:14.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:14.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:14.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:14.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:14.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:14.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.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. 12:15:14.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:14.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:14.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:14.186 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:14.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:14.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:14.236 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:14.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:14.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:14.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:14.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:14.241 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") 12:15:14.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:14.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.241 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:14.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:14.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:14.243 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") 12:15:14.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:14.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:14.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:14.268 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:14.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.269 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:14.273 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:14.273 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:14.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:14.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:14.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:14.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.279 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:14.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:14.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:14.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:14.302 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:14.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') 12:15:14.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:14.306 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:14.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:14.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:14.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:14.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:14.311 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 12:15:14.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:14.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.311 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:14.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:14.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:14.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:14.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:14.336 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:14.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.337 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:14.337 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:14.337 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:14.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:14.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:14.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:14.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.341 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:14.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:14.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:14.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:14.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:14.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:15:14.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:14.368 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:14.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:14.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:14.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:14.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:14.373 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") 12:15:14.373 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:14.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.373 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:14.373 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:14.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:14.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:14.381 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.381 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:14.381 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:14.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.382 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:14.382 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:14.382 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:14.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:14.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:14.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:14.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.409 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:14.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:14.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:14.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:14.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:14.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:14.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:14.437 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:14.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:14.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:14.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:14.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:14.441 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") 12:15:14.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:14.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.442 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:14.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:14.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:14.444 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 12:15:14.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:14.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:14.468 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:14.469 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:14.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.469 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:14.469 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:14.469 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:14.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:14.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:14.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:14.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.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. 12:15:14.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:14.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:14.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:14.477 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:14.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:14.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:14.480 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:14.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:14.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:14.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:14.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:14.485 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") 12:15:14.485 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:14.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.503 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:14.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:14.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:14.506 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 12:15:14.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:15:14.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:15:14.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 12:15:14.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:14.512 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.512 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:14.512 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:14.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.512 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:15:14.512 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:15:14.512 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:14.512 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:14.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.59 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 1.95 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.096 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.064 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.045 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.087 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.043 s Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:14.524 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:14.525 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:15:14.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:14.525 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:14.525 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:14.525 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:15:14.526 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:14.526 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:15:14.526 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:14.526 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:15:14.526 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.*'] 12:15:14.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:14.526 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.*'] 12:15:14.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:14.526 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.*'] 12:15:14.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:14.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:14.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:14.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:14.527 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:14.527 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:14.527 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:14.527 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:15:14.527 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:15:14.527 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:15:14.527 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:15:14.527 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:15:14.527 DEBUG [main][MenuItemLookup] Item match:Window 12:15:14.528 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:15:14.528 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:15:14.528 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:15:14.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:14.528 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:15:14.528 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:15:14.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:14.528 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:15:14.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:14.528 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:15:14.528 DEBUG [main][MenuItemLookup] Item match:Preferences 12:15:14.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:15:14.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:15:14.528 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:15:14.628 DEBUG [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.... 12:15:14.630 DEBUG [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 12:15:14.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:15:14.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:14.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:14.632 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:15:14.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:14.634 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 12:15:14.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:14.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:14.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:14.646 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) 12:15:14.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:14.652 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:15:14.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:14.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:14.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:14.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:14.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:14.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:14.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:14.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:14.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:14.712 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:14.712 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:14.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:14.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:14.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:14.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:14.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.720 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:14.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:14.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:14.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:14.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:14.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:14.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:14.730 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:14.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:14.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:14.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:14.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:14.737 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) 12:15:14.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:14.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.758 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:14.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:14.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:15:14.774 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: ") 12:15:14.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:15.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:15.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:15.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:15:15.776 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 12:15:15.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:15.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:15.777 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:15.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:15.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:15.777 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:15.778 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:15.778 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:15.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:15.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:15.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:15.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:15.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:15.783 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:15.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:15.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:15.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:15.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:15.787 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:15.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:15.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:15.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:15.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:15.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:15.809 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:15.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:15.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:15.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:15.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:15.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:15.813 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) 12:15:15.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:15.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:15.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:15.813 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:15.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:15.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:15.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:15.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:15.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:15:15.821 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: ") 12:15:15.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:15.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:15.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:15.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:15:15.822 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:15:15.823 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:15.823 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:15.823 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:15.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:15.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:15.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:15.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:15.840 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:15.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:15.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:15.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:15.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:15.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:15.845 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:15.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:15.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:15.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:15.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:15.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:15.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:15.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:15.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:15.854 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:15.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:15.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:15.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:15.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:15.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:15.878 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") 12:15:15.878 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:15.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:15.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:15.878 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:15.878 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:15.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:15.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:16.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:16.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:16.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:15:16.897 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found 12:15:16.897 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:16.897 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:16.897 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:16.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:16.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:16.897 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:16.898 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:16.898 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:16.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:16.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:16.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:16.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:16.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.901 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:16.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:16.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:16.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:16.906 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:16.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:16.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:16.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:16.910 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:16.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:16.913 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) 12:15:16.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:16.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:16.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:16.914 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:16.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:16.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:15:16.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:15:16.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:16.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 12:15:16.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:16.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:16.916 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:16.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:16.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:16.916 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:16.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:16.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:16.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:16.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:16.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:16.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:16.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.921 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:16.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:16.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:16.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:16.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:16.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:16.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:16.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:16.947 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:16.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:16.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:16.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:16.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:16.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:16.951 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") 12:15:16.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:16.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:16.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:16.951 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:16.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:16.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:16.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:16.954 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") 12:15:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:16.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:15:16.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:16.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:16.972 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:16.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:16.973 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:16.973 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:16.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:16.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:16.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:16.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:16.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.976 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:16.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:16.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:16.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:16.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:16.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 '\*?\QUI Form Test\E') 12:15:16.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:16.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:16.984 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:16.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:16.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:16.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:16.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:16.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:16.988 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) 12:15:16.988 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.023 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:17.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:15:17.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:17.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:17.025 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.025 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:17.025 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:17.025 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:17.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:17.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:17.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:17.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:17.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.029 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:17.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:17.033 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:17.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:15:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:17.036 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:17.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:17.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:17.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:17.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:17.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:17.063 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") 12:15:17.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:17.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.063 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:17.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:17.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:15:17.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:17.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:17.066 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:17.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:17.067 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:17.067 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:17.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:17.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:17.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:17.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:17.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.070 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:17.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:17.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:17.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:17.092 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:17.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:15:17.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:17.096 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:17.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:17.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:17.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:17.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:17.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:17.100 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") 12:15:17.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:17.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.100 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:17.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:17.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:17.103 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) 12:15:17.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:15:17.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:17.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:17.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:17.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.122 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:17.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:17.123 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:17.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:17.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:17.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:17.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:17.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.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. 12:15:17.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:17.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:17.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:17.131 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:17.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:15:17.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:17.134 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:17.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:17.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:17.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:17.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:17.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:17.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:15:17.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.157 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:17.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:17.159 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) 12:15:17.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:15:17.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:15:17.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 12:15:17.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:17.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:17.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:17.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.161 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:15:17.161 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:15:17.161 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:17.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:17.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.638 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.065 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.062 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.057 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.018 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.055 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.052 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.042 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.055 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.038 s Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:17.170 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:17.170 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:15:17.171 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:17.171 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:17.171 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:17.171 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:15:17.176 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:17.176 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:15:17.176 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:17.176 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:15:17.177 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.*'] 12:15:17.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:17.177 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.*'] 12:15:17.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:17.177 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.*'] 12:15:17.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:17.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:17.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:17.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:17.178 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:17.178 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:17.178 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:17.178 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:15:17.178 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:15:17.178 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:15:17.178 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:15:17.178 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:15:17.178 DEBUG [main][MenuItemLookup] Item match:Window 12:15:17.178 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:15:17.178 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:15:17.179 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:15:17.179 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:17.179 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:15:17.179 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:15:17.179 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:17.179 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:15:17.179 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:17.179 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:15:17.179 DEBUG [main][MenuItemLookup] Item match:Preferences 12:15:17.179 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:15:17.179 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:15:17.179 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:15:17.278 DEBUG [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.... 12:15:17.280 DEBUG [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 12:15:17.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:15:17.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:17.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:17.281 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:15:17.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:17.281 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 12:15:17.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:17.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:17.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:17.283 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) 12:15:17.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:17.284 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:15:17.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:17.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:17.285 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:17.285 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:17.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:17.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:17.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:17.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:17.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:17.323 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:17.323 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:17.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:17.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:17.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:17.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:17.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.327 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:17.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:17.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:17.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:17.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:17.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:17.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:17.358 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:17.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:17.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:17.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:17.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:17.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:17.365 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 12:15:17.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:17.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.382 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:17.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:17.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:15:17.387 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") 12:15:17.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:17.387 TRACE [main][WidgetHandler] Notify FormText with event 1 12:15:17.387 TRACE [main][WidgetHandler] Wait for synchronization 12:15:17.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.390 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:17.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:17.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:15:17.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:17.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:17.390 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:17.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.391 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:17.391 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:17.392 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:17.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:17.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:17.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:17.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:17.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.395 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:17.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:17.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:17.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:17.410 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:17.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') 12:15:17.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:17.434 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:17.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:17.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:17.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:17.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:17.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:17.437 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 12:15:17.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:17.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.438 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:17.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:17.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:15:17.439 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 12:15:17.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:17.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.439 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:17.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:17.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:15:17.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:15:17.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 12:15:17.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:17.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:17.441 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.441 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:17.441 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:17.441 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:17.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:17.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:17.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:17.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:17.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.445 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:17.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:17.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:17.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:17.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:17.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:17.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:17.476 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:17.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:17.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:17.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:17.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:17.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:17.483 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") 12:15:17.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:17.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:17.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:17.517 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:17.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:17.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:18.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:18.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:18.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:15:18.537 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found 12:15:18.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:18.537 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:18.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.538 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.538 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:18.539 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:18.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:18.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:18.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.542 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:18.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:18.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:18.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:18.550 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:18.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:18.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:18.556 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:18.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:18.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:18.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:18.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:18.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:18.560 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 12:15:18.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:18.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.560 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:18.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:18.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:15:18.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:15:18.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 12:15:18.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:18.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:18.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.563 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:18.563 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:18.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:18.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:18.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.584 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:18.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:18.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:18.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:18.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:18.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:18.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:18.592 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:18.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:18.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:18.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:18.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:18.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:18.595 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 12:15:18.595 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.596 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:18.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:15:18.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:18.597 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:18.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.597 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.597 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:18.598 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:18.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:18.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:18.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.621 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:18.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:18.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:18.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:18.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:18.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:18.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:18.630 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:18.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:18.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:18.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:18.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:18.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:18.653 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") 12:15:18.653 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:18.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.653 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:18.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:18.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:18.655 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") 12:15:18.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:15:18.656 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.656 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:18.656 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:18.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.657 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.657 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:18.657 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.657 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.657 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:18.657 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:18.657 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:18.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.661 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:18.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:18.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:18.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:18.664 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:18.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:18.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:18.686 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:18.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:18.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:18.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:18.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:18.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:18.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 12:15:18.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:18.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.690 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:18.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:18.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:15:18.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:18.691 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.691 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.691 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:18.692 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:18.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:18.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:18.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.695 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:18.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:18.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:18.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:18.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:18.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:18.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:18.720 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:18.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:18.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:18.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:18.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:18.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:18.724 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 12:15:18.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:18.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.724 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:18.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:18.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:15:18.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:18.725 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:18.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.726 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.726 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:18.726 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:18.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:18.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:18.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.730 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:18.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:18.752 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:18.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:18.756 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:18.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:18.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:18.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:18.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:18.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:18.760 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") 12:15:18.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:18.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.760 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:18.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:18.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:15:18.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:18.762 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:18.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.762 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:18.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:18.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:18.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:18.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.786 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:18.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:18.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:18.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:18.791 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:18.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 '\*?\QUI Form Test\E') 12:15:18.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:18.795 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:18.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:18.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:18.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:18.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:18.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:18.799 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") 12:15:18.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:18.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.819 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:18.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:18.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:18.821 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 12:15:18.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:15:18.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:18.822 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:18.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.823 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:18.823 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:18.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:18.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:18.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.828 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:18.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:18.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:18.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:18.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:18.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:15:18.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:18.853 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:18.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:18.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:18.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:18.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:18.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:18.857 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") 12:15:18.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:18.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.857 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:18.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:18.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:18.858 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 12:15:18.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:15:18.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:15:18.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 12:15:18.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:18.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:18.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:15:18.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:15:18.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:18.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.691 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.068 s hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.049 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.097 s indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.023 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.059 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.034 s titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.036 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.06 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.037 s Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:18.873 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:18.875 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:15:18.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:18.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:18.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:18.875 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:15:18.885 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:18.886 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:15:18.886 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:18.886 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:15:18.886 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.*'] 12:15:18.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:18.886 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.*'] 12:15:18.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:18.886 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.*'] 12:15:18.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:18.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:18.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:18.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:18.887 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:18.887 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:18.888 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:18.888 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:15:18.888 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:15:18.888 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:15:18.888 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:15:18.888 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:15:18.888 DEBUG [main][MenuItemLookup] Item match:Window 12:15:18.889 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:15:18.889 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:15:18.889 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:15:18.889 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:18.889 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:15:18.889 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:15:18.889 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:18.889 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:15:18.889 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:18.889 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:15:18.889 DEBUG [main][MenuItemLookup] Item match:Preferences 12:15:18.889 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:15:18.889 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:15:18.889 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:15:19.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:15:19.014 DEBUG [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 12:15:19.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:15:19.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:19.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:19.016 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:15:19.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:19.016 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 12:15:19.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:19.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:19.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:19.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:19.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:19.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:19.017 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) 12:15:19.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:19.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:19.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:19.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:19.020 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:15:19.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:19.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:19.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:19.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:19.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:19.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:19.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:19.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:19.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:19.044 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:19.044 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:19.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:19.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:19.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:19.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:19.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:19.067 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:19.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:19.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:19.071 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:19.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') 12:15:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:19.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:19.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:19.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:19.075 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:19.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:19.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:19.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:19.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:19.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:19.080 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 12:15:19.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:19.118 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:19.118 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:19.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:19.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:19.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:19.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:15:19.128 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: ") 12:15:19.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:19.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:19.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:20.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:15:20.132 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 12:15:20.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:20.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:20.132 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:20.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:20.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:20.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:20.132 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:20.132 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:20.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:20.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:20.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:20.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:20.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:20.139 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:20.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:20.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:20.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:20.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:20.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:20.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 12:15:20.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:20.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:20.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:20.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:20.150 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:20.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:20.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:20.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:20.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:20.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:20.180 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 12:15:20.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:20.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:20.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:20.180 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:20.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:20.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:20.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:20.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:20.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:15:20.210 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: ") 12:15:20.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:20.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:20.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:20.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:15:20.210 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:15:20.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:20.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:20.211 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:20.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:20.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:20.212 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:20.212 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:20.212 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:20.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:20.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:20.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:20.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:20.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:20.222 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:20.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:20.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:20.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:20.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:20.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:20.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:20.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:20.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:20.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:20.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:20.233 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:20.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:20.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:20.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:20.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:20.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:20.267 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") 12:15:20.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:20.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:20.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:20.287 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:20.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:20.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:20.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:20.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:21.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:21.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:15:21.308 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found 12:15:21.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:21.308 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:21.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:21.309 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:21.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:21.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:21.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:21.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:21.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:21.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.314 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:21.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:21.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:21.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:21.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:21.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:21.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:21.324 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:21.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:21.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:21.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:21.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:21.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:21.328 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 12:15:21.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:21.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:21.328 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:21.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:21.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:15:21.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:15:21.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 12:15:21.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:21.330 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:21.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:21.331 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:21.331 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:21.331 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:21.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:21.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:21.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:21.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.355 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:21.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:21.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:21.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:21.365 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:21.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:21.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:21.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:21.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:21.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:21.388 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") 12:15:21.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:21.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:21.389 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:21.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:21.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:21.390 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") 12:15:21.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:15:21.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:21.392 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:21.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:21.392 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:21.393 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:21.393 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:21.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:21.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:21.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:21.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.396 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:21.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:21.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:21.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:21.419 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:21.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:21.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:21.422 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:21.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:21.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:21.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:21.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:21.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:21.426 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 12:15:21.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:21.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:21.426 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:21.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:21.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:15:21.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:21.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:21.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:21.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:21.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:21.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:21.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:21.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:21.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:21.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.430 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:21.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:21.454 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:21.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:21.460 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:21.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:21.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:21.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:21.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:21.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:21.464 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") 12:15:21.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:21.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:21.464 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:21.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:21.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:15:21.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:21.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:21.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:21.465 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:21.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:21.465 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:21.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:21.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:21.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:21.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.487 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:21.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:21.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:21.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:21.492 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:21.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:15:21.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:21.496 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:21.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:21.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:21.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:21.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:21.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:21.499 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") 12:15:21.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:21.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:21.500 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:21.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:21.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:21.521 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 12:15:21.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:15:21.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:21.522 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:21.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:21.523 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:21.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:21.523 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:21.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:21.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:21.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:21.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.526 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:15:21.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:21.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:21.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:21.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:21.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 '\*?\QUI Form Test\E') 12:15:21.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:21.554 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:15:21.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:15:21.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:21.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:21.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:21.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:21.557 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") 12:15:21.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:21.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:21.558 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:15:21.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:21.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:15:21.559 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 12:15:21.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:15:21.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:15:21.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 12:15:21.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:21.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:21.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:21.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:15:21.562 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:15:21.562 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:21.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:21.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:21.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.689 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.088 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.079 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.096 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.022 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.061 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.034 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.038 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.058 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.039 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.v20230828-1200 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jface.test --- [INFO] Resolving class path of RedDeer JFace Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jface.test --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.jface.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:32.526 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:15:32.535 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:15:32.549 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:15:32.550 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:15:32.628 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:32.718 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:15:32.721 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:32.724 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:32.726 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:15:32.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:15:32.735 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:15:32.739 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:32.739 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:15:32.742 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:32.742 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:15:32.745 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:32.747 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:32.749 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:15:32.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:32.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:32.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:32.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:32.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:32.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:32.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:32.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:15:33.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:33.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:33.037 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 12:15:33.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:33.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:33.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:33.041 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.... 12:15:33.041 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.*'] 12:15:33.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:33.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:33.042 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 12:15:33.048 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) 12:15:33.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:33.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:33.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:33.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:33.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:33.112 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:15:33.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:33.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:33.115 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:33.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:38.180 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.... 12:15:38.181 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.*'] 12:15:38.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:38.181 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 12:15:38.182 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:38.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:38.186 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:38.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:38.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:38.189 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:15:38.189 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:38.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:15:38.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:38.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:38.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:38.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:38.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:38.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:38.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:38.190 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:38.191 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.... 12:15:38.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:38.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:38.280 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 12:15:38.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:38.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:38.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:38.283 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.*'] 12:15:38.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:38.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:38.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:38.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:38.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:38.285 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:38.285 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 12:15:38.286 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) 12:15:38.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:38.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:38.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:38.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:38.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:38.318 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:15:38.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:38.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:38.318 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:38.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:38.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:38.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:38.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:38.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:38.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:38.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:38.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:38.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:38.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:38.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:38.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:38.344 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:15:38.344 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:38.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:15:38.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:38.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:38.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:38.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:38.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:38.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:38.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:38.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:38.345 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.... 12:15:38.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:38.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:15:38.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:38.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:38.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:38.450 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.... 12:15:38.450 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"] 12:15:38.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:38.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:38.451 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 12:15:38.451 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) 12:15:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:38.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:38.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:38.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:38.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:38.453 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:15:38.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:38.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:38.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:38.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:43.473 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.... 12:15:43.474 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"] 12:15:43.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:43.474 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 12:15:43.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:43.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:43.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:43.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:43.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:43.475 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:15:43.475 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:43.475 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:15:43.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:43.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:43.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:43.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:43.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:43.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:43.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:43.476 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:43.476 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.... 12:15:43.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:43.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:43.538 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 12:15:43.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:43.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:43.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:43.540 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.*'] 12:15:43.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:43.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:43.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:43.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:43.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:43.541 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:43.541 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 12:15:43.541 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) 12:15:43.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:43.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:43.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:43.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:43.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:43.543 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:15:43.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:43.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:43.543 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:43.543 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:43.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:43.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:43.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:43.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:43.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:43.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:43.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:43.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:43.577 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:43.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:43.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:43.578 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:15:43.578 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:43.578 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:15:43.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:43.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:43.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:43.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:43.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:43.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:43.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:43.579 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:43.579 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.... 12:15:43.667 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:43.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:43.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 12:15:43.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:43.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:43.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:43.671 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.... 12:15:43.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 12:15:43.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:43.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:43.671 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 12:15:43.671 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) 12:15:43.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:43.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:43.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:43.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:43.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:43.674 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:15:43.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:43.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:43.674 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:43.674 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:48.694 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.... 12:15:48.694 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when 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.*'] 12:15:48.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:48.695 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 12:15:48.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:48.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:48.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:48.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:48.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:48.695 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:15:48.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:48.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:15:48.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:48.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:48.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:48.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:48.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:48.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:48.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:48.696 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:48.696 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.... 12:15:48.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:48.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:48.758 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 12:15:48.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:48.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:48.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:48.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available... 12:15:48.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully 12:15:48.760 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) 12:15:48.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:48.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:48.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:48.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:48.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:48.762 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:15:48.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:48.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:48.762 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:48.762 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:53.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:53.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:53.781 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:53.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:53.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:53.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:53.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:53.782 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:15:53.783 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:15:53.783 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:53.783 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:53.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:53.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.355 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.44 s testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.154 s testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.13 s testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.103 s testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.117 s testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.086 s Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:53.810 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:53.811 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:15:53.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:53.811 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:53.811 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:53.811 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:15:53.811 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:53.811 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:15:53.812 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:53.812 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:53.812 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:53.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:53.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:53.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:53.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:53.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:53.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:53.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:53.812 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:53.813 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.... 12:15:53.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:53.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:53.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:15:53.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:53.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:53.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:53.871 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:53.871 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 12:15:53.872 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) 12:15:53.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:53.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:53.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:53.873 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:15:53.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:53.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:53.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:53.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:53.876 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:53.877 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) 12:15:53.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:53.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:53.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:53.878 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:53.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:53.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:53.879 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:15:53.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:53.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:53.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:53.879 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") 12:15:53.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:53.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:53.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:53.881 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:53.881 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:53.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:53.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:53.929 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:53.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:53.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:53.929 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:53.929 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:53.929 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:53.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:53.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:53.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:53.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:53.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:53.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:53.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:53.930 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:53.930 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.... 12:15:53.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:53.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:53.986 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 12:15:53.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:53.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:53.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:53.988 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:53.988 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 12:15:53.988 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) 12:15:53.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:53.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:54.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:54.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:54.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:54.012 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:15:54.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:54.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:54.012 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:54.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:54.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:54.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:54.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:54.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:54.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:54.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:54.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:54.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:54.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:54.044 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:54.044 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:54.044 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:54.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:54.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:54.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:54.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:54.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:54.044 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:54.045 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.... 12:15:54.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:54.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:54.113 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 12:15:54.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:54.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:54.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:54.115 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:54.115 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) 12:15:54.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:54.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:54.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:54.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:54.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:54.117 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:54.117 INFO [WorkbenchTestable][WizardDialog] Finish wizard 12:15:54.117 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) 12:15:54.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:54.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:54.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:54.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:54.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:54.118 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:15:54.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:54.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:54.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:54.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:59.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:59.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:59.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:59.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:59.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:59.139 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:59.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.139 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:59.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:59.139 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:59.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:59.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:59.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:59.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:59.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:59.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:59.140 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.... 12:15:59.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.199 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 12:15:59.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:59.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.201 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:59.201 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) 12:15:59.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.203 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:59.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.203 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:15:59.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:59.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.203 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") 12:15:59.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.204 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:59.204 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:59.233 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:59.233 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:59.233 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:59.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.234 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:59.234 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:59.234 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:59.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:59.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:59.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:59.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:59.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:59.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:59.234 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.... 12:15:59.289 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.290 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 12:15:59.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:59.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.291 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:59.294 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:15:59.296 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:59.310 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.310 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:15:59.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.311 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") 12:15:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:59.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:59.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:59.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:59.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:59.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.343 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:59.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:59.343 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:59.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:59.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:59.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:59.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:59.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:59.343 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.... 12:15:59.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.407 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 12:15:59.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:59.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.408 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:59.408 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 12:15:59.408 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) 12:15:59.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.409 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:15:59.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:59.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:59.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:59.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:59.413 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:59.413 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) 12:15:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.414 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:59.414 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page 12:15:59.415 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) 12:15:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.416 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 12:15:59.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:59.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:59.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:59.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:59.419 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 12:15:59.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:59.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 12:15:59.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:59.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:15:59.421 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:59.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.422 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:15:59.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:59.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.428 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") 12:15:59.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:59.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:59.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:59.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:59.452 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:59.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.453 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:59.453 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:59.453 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:59.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:59.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:59.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:59.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:59.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.453 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:59.453 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.... 12:15:59.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.537 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 12:15:59.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:59.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.538 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:59.538 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) 12:15:59.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.540 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:59.540 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 12:15:59.540 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) 12:15:59.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.540 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:15:59.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:59.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:59.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:59.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:59.542 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 12:15:59.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:59.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 12:15:59.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:59.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:15:59.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:59.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:15:59.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:59.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.544 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") 12:15:59.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:59.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:59.561 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:59.561 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:59.561 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:59.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.561 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:59.561 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:59.561 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:59.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:59.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:59.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:59.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:59.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:59.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.562 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:59.562 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.... 12:15:59.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.638 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 12:15:59.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:59.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.639 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:15:59.639 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) 12:15:59.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.641 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:59.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.641 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:15:59.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:59.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.641 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") 12:15:59.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.642 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:59.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:59.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:59.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:59.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:59.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:59.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:15:59.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:15:59.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:59.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:59.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:59.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:59.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:59.679 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.... 12:15:59.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.736 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 12:15:59.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:15:59.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.740 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.... 12:15:59.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:00.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:00.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:00.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:00.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:00.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:00.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:01.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:01.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:01.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:01.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:01.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:01.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:02.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:02.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:02.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:02.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:02.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:02.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:03.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:03.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:03.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:03.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:03.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:03.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:04.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:04.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:04.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:04.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:04.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:04.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:05.285 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:05.285 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:05.285 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:05.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:05.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:05.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:06.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:06.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:06.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:06.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:06.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:06.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:07.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:07.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:07.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:07.787 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:07.787 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:07.787 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:08.288 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:08.288 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:08.288 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:08.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:08.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:08.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:09.289 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:09.289 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:09.289 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:09.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:09.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:09.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:09.789 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 12:16:09.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:09.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:09.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:09.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog 12:16:09.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 12:16:09.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:09.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16: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, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:16:09.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:09.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:09.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:09.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:09.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:09.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:09.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:09.821 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:16:09.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:16:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:09.821 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") 12:16:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:09.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:09.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:09.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:09.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:09.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:09.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:09.849 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:16:09.849 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:09.849 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:09.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:09.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:09.849 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:16:09.849 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:09.849 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:16:09.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:16:09.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:09.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:09.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:09.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:09.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:09.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:09.849 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:09.850 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.... 12:16:09.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:09.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:09.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. finished successfully 12:16:09.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:16:09.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:09.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:09.910 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:16:09.910 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:09.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:09.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:09.911 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:16:09.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:16:09.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:09.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:09.911 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") 12:16:09.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:09.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:09.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:09.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:09.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:09.912 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:09.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:09.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:16:09.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:09.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:09.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:09.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:09.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:16:09.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:09.939 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:16:09.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:16:09.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:09.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:09.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:09.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:09.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:09.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:09.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:09.939 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.... 12:16:09.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:09.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:09.987 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 12:16:09.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:16:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:09.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:09.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:16:09.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:16:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:09.988 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") 12:16:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:09.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:09.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:09.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:09.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:09.989 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:09.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:10.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:16:10.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:10.018 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:10.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:10.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:10.018 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:16:10.018 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:16:10.018 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:10.018 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:10.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:10.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.21 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.117 s cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.115 s finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 5.095 s finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.095 s getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.109 s back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.11 s next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.108 s back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.117 s testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 10.171 s getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.09 s getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.079 s Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:16:10.028 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:16:10.030 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:10.031 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:10.031 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:16:10.031 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:10.031 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:10.041 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:10.041 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:10.041 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:10.045 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:16:10.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.045 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:16:10.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.045 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 12:16:10.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.045 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:10.045 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 12:16:10.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:16:10.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:10.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:10.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:10.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:10.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:10.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:10.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:10.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:10.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:10.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:10.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:10.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:10.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:10.051 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:10.054 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:10.054 DEBUG [main][MenuItemLookup] Item match:File 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:10.057 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:16:10.058 DEBUG [main][MenuItemLookup] Item match:Import... 12:16:10.060 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:16:10.060 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:16:10.061 INFO [main][MenuItemHandler] Select menu item: &Import... 12:16:10.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:16:10.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:16:10.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:16:10.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:10.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:10.173 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:16:10.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:16:10.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:10.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:10.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:10.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:10.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:10.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:10.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:10.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children... 12:16:10.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 12:16:10.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:10.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:10.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 12:16:10.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully 12:16:10.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 12:16:10.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:10.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed 12:16:10.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:10.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 12:16:10.702 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard 12:16:10.703 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard 12:16:10.703 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection 12:16:10.706 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard 12:16:10.706 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:16:10.706 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:16:10.706 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) 12:16:10.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:10.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:10.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:10.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:10.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:10.708 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:16:10.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:10.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:10.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:10.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:10.713 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:10.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available.... 12:16:10.713 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 12:16:10.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 12:16:10.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:10.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:10.713 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 12:16:10.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:10.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:10.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 12:16:10.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:10.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:10.714 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 12:16:10.714 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard 12:16:10.715 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) 12:16:10.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:10.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:10.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:10.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:10.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:10.719 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:10.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:10.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:10.719 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:10.719 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:10.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:10.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:10.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:10.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:10.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:10.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:10.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:16:10.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:10.747 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:10.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:10.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:10.748 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 12:16:10.748 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:16:10.748 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:10.748 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:10.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:10.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) Time elapsed: 0.703 s Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:16:10.755 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:16:10.756 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:10.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:10.757 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:16:10.757 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:10.757 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:10.757 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:10.757 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:10.757 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:10.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:10.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:10.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:10.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.759 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:10.759 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:16:10.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:16:10.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:10.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:10.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:10.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:10.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:10.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:10.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:10.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:10.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:10.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:10.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:10.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:10.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:10.761 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:10.761 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:10.761 DEBUG [main][MenuItemLookup] Item match:File 12:16:10.762 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:10.762 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:16:10.767 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:16:10.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:10.767 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:16:10.767 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:10.767 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:16:10.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:10.767 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:16:10.767 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:16:10.767 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:16:10.767 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:16:10.767 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:16:10.842 DEBUG [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.... 12:16:10.843 DEBUG [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 12:16:10.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:16:10.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:10.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:10.845 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:10.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:10.845 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 12:16:10.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:10.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:10.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:10.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:10.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:10.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:10.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:10.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:16:10.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:16:10.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:11.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:11.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:16:11.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:16:11.350 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:16:11.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:11.350 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:16:11.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:11.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:16:11.350 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:16:11.350 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:16:11.350 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:16:11.352 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:16:11.352 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:11.352 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:16:11.352 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) 12:16:11.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:11.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:11.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:11.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:11.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:11.354 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:16:11.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:11.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:11.354 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:11.354 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:11.362 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:11.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:16:11.363 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 12:16:11.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:11.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:11.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:11.363 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:16:11.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:11.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:11.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:11.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:11.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:11.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:11.364 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:16:11.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.364 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:16:11.364 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:16:11.364 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) 12:16:11.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:11.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:11.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:11.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:11.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:11.366 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:11.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:11.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:11.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:11.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:11.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:11.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:11.395 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:11.395 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.395 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:11.395 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.395 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:11.395 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:11.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:11.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:11.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:11.395 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:11.395 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:11.396 DEBUG [main][MenuItemLookup] Item match:File 12:16:11.397 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:11.397 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:16:11.398 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:16:11.398 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:11.398 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:16:11.398 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:11.398 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:16:11.398 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:11.398 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:16:11.398 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:16:11.398 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:16:11.398 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:16:11.399 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:16:11.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:16:11.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 'New|Select a wizard'] is available. finished successfully 12:16:11.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:16:11.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:11.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:11.471 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:11.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.471 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 12:16:11.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:11.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:11.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:11.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:11.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:11.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:11.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:11.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:16:11.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:16:11.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:11.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:11.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:16:11.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:16:11.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:16:11.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:11.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:16:11.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:11.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:16:11.976 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:16:11.976 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:16:11.977 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:16:11.977 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:16:11.978 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:11.978 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:16:11.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.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) 12:16:11.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:11.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:11.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:11.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:11.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:11.980 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:16:11.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:11.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:11.980 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:11.980 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:11.986 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:11.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:16:11.987 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 12:16:11.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:11.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:11.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:11.987 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:16:11.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:11.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:11.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.988 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.... 12:16:11.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:11.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.988 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 12:16:11.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:11.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:11.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:11.989 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:16:11.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:11.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:11.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:11.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:11.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:11.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:11.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:11.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:11.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:11.989 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:16:11.989 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:16:11.989 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) 12:16:11.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:11.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:11.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:11.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:11.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:11.990 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:11.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:11.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:11.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:11.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:12.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:12.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:12.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:12.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:12.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:12.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:12.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:16:12.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:12.020 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:12.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:12.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:12.020 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:16:12.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:12.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:12.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:16:12.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.022 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:12.022 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:16:12.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:16:12.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:12.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:12.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:12.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'] 12:16:12.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.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'] 12:16:12.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.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'] 12:16:12.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.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"] 12:16:12.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.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'] 12:16:12.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.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'] 12:16:12.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:12.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:12.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:12.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:12.024 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:12.024 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:12.024 DEBUG [main][MenuItemLookup] Item match:File 12:16:12.025 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:12.025 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:16:12.026 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:16:12.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:12.026 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:16:12.026 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:12.026 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:16:12.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:12.026 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:16:12.026 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:16:12.027 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:16:12.027 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:16:12.027 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:16:12.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:16:12.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:16:12.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:16:12.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:12.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:12.089 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:12.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.090 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 12:16:12.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:12.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:12.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:12.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:12.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:12.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:12.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:12.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:16:12.093 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:16:12.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:12.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:12.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:16:12.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:16:12.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:16:12.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:12.595 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:16:12.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:12.595 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:16:12.595 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:16:12.595 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:16:12.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:16:12.596 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:16:12.597 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:12.597 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:16:12.597 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) 12:16:12.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:12.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:12.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:12.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:12.598 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:16:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:12.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:12.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:12.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:12.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:16:12.604 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 12:16:12.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:12.605 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:16:12.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:12.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:12.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:12.605 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:16:12.605 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:16:12.606 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) 12:16:12.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:12.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:12.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:12.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:12.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:12.607 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:12.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:12.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:12.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:12.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:12.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:12.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:12.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:12.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:12.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:12.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:12.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:16:12.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:12.635 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:12.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:12.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:12.635 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:16:12.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:12.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:12.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:12.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:12.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:16:12.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:16:12.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:12.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:12.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:12.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:12.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:12.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:12.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:16:12.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:12.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:12.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:12.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:12.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:12.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:12.638 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:12.638 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:12.638 DEBUG [main][MenuItemLookup] Item match:File 12:16:12.639 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:12.639 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:16:12.640 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:16:12.640 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:12.640 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:16:12.640 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:12.640 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:16:12.640 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:12.640 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:16:12.640 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:16:12.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:16:12.641 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:16:12.641 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:16:12.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:16:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:16:12.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:16:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:12.702 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:12.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:12.702 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 12:16:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:12.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:12.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:12.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:12.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:12.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:12.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:16:12.705 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:16:12.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:13.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:13.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:16:13.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:16:13.207 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:16:13.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:13.207 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:16:13.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:13.207 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:16:13.207 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:16:13.207 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:16:13.207 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:16:13.208 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:16:13.208 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:13.208 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:16:13.208 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) 12:16:13.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:13.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:13.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:13.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:13.210 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:16:13.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:13.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:13.210 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:13.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:13.215 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:13.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:16:13.216 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 12:16:13.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:13.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:13.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:13.216 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:16:13.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.216 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:13.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.217 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:13.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.217 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:13.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:13.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:13.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:13.217 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:16:13.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:13.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:13.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:13.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:13.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:13.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:13.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:13.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:13.218 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:16:13.218 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:16:13.218 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) 12:16:13.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:13.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:13.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:13.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:13.220 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:13.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:13.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:13.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:13.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:13.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:13.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:13.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:13.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:13.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:13.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:13.248 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:16:13.248 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:13.248 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:13.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:13.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:13.249 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:16:13.249 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:16:13.249 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:13.249 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:13.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:13.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.495 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 1.261 s open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.613 s useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.613 s Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:16:13.257 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:16:13.258 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:13.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:13.259 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:16:13.259 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:13.259 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:13.259 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:13.259 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:13.259 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:13.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:13.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:13.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:13.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.260 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:13.260 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 12:16:13.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:16:13.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:13.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:13.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:13.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:13.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:13.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:13.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.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: "Testing export wizard"] 12:16:13.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.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: "Export"] 12:16:13.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.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: "Export"] 12:16:13.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:13.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:13.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:13.261 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:13.261 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:13.261 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:13.261 DEBUG [main][MenuItemLookup] Item match:File 12:16:13.262 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:13.262 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:13.262 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:16:13.263 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:16:13.263 DEBUG [main][MenuItemLookup] Item match:Export... 12:16:13.263 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..." 12:16:13.263 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export... 12:16:13.263 INFO [main][MenuItemHandler] Select menu item: Exp&ort... 12:16:13.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available.... 12:16:13.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully 12:16:13.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export 12:16:13.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:13.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:13.345 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 12:16:13.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.345 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 12:16:13.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:13.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:13.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:13.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:13.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:13.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:13.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children... 12:16:13.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 12:16:13.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:13.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 12:16:13.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully 12:16:13.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 12:16:13.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:13.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed 12:16:13.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:13.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 12:16:13.850 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard 12:16:13.850 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard 12:16:13.850 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection 12:16:13.852 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard 12:16:13.852 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 12:16:13.852 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:16:13.853 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) 12:16:13.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:13.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:13.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:13.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:13.854 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:16:13.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:13.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:13.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:13.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:13.858 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:13.858 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.858 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available.... 12:16:13.859 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 12:16:13.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 12:16:13.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:13.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:13.859 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 12:16:13.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:13.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:13.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:13.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 12:16:13.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:13.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:13.859 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 12:16:13.859 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard 12:16:13.860 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) 12:16:13.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:13.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:13.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:13.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:13.861 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:13.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:13.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:13.861 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:13.861 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:13.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:13.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:13.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:13.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:13.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:13.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:13.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:16:13.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:13.889 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:13.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:13.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:13.890 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 12:16:13.890 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:16:13.890 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:13.890 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:13.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:13.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.634 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) Time elapsed: 0.63 s Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest 12:16:13.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 12:16:13.943 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 12:16:13.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 12:16:13.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:13.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:13.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:16:13.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:13.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 12:16:13.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:13.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:13.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:13.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:13.946 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:16:13.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:13.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:13.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:13.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:13.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 12:16:13.994 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 12:16:13.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 12:16:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:13.996 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 12:16:13.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:13.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:13.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:13.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 12:16:13.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:13.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:13.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:13.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:13.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:13.996 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:14.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 12:16:14.062 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 12:16:14.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 12:16:14.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:14.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:14.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 12:16:14.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:14.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:14.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:14.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 12:16:14.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:14.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:14.063 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:14.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:14.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:14.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:14.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:14.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 12:16:14.123 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 12:16:14.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 12:16:14.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:14.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:14.124 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 12:16:14.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:14.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:14.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:14.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 12:16:14.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:14.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:14.125 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:14.125 INFO [WorkbenchTestable][AbstractText] Text set to: something 12:16:14.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 12:16:14.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:14.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 12:16:14.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:14.127 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:14.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 12:16:14.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:14.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 12:16:14.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:14.128 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:14.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:14.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:14.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:14.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 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.053 s inputDialogCancelTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.074 s inputDialogSetTextGetTextTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.065 s Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest 12:16:14.159 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:14.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.159 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:14.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.159 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:14.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:14.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:14.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:14.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 12:16:14.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.161 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:14.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.161 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:14.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:14.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:14.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:14.161 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:14.161 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:14.161 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:14.161 DEBUG [main][MenuItemLookup] Item match:File 12:16:14.162 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:14.162 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:16:14.164 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:16:14.164 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:14.164 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:16:14.164 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:14.164 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:16:14.164 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:14.164 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:16:14.164 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:16:14.164 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:16:14.165 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:16:14.165 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:16:14.256 DEBUG [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.... 12:16:14.257 DEBUG [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 12:16:14.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:16:14.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:14.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:14.263 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:14.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.263 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 12:16:14.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:14.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:16:14.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:16:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:14.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:14.768 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:16:14.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:16:14.768 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:16:14.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:14.768 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:16:14.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:14.768 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:16:14.769 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:16:14.769 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:16:14.769 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:16:14.770 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:16:14.770 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:14.770 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:16:14.770 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) 12:16:14.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:14.771 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:16:14.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:14.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:14.772 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:14.772 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:14.778 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:14.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:16:14.778 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 12:16:14.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:14.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:14.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:14.778 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:16:14.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.779 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.... 12:16:14.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.779 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 12:16:14.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:14.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:14.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:14.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:16:14.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:14.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:14.780 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:16:14.780 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:16:14.780 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) 12:16:14.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:14.781 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:14.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:14.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:14.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:14.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:14.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:14.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:14.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:14.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:14.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:14.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:14.810 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.... 12:16:14.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.850 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 12:16:14.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 12:16:14.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:14.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:14.851 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.851 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:14.851 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.857 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.857 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.857 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.857 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.857 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:16:14.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:14.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:14.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:14.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:16:14.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:14.860 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message 12:16:14.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:14.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:14.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:14.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:14.866 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.866 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:14.867 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.867 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.867 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.867 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message") 12:16:14.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:14.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:14.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:14.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:16:14.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:14.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:14.869 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message 12:16:14.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:14.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:14.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:14.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:14.871 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.871 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:14.871 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.871 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.872 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.872 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:16:14.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:14.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:16:14.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:14.873 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message 12:16:14.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:14.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:14.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:14.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:14.874 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.874 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:14.875 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.875 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.875 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.875 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 12:16:14.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:14.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:14.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:14.875 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:16:14.875 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:14.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:14.876 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message 12:16:14.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:14.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:14.876 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:14.876 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:14.878 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.878 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:14.879 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.879 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.879 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.879 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message without provider") 12:16:14.879 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:14.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:14.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:14.880 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:16:14.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:14.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:14.881 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider 12:16:14.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:14.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:14.881 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:14.881 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:14.911 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.912 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:14.912 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.912 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.912 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:16:14.920 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.... 12:16:14.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:14.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:15.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:15.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:15.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:15.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:16.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:16.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:16.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:16.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:18.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:18.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:18.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:18.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:19.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:19.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:19.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:19.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:21.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:21.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:21.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:21.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:22.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:22.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:23.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:23.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:23.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:23.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:24.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:24.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:24.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:24.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:25.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:25.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:25.005 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.851 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.651 s titleAreaMessagesAndImages(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.11 s testShellAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 10.089 s Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:25.013 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:25.015 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:25.016 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:25.016 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:25.016 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:25.016 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:25.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:25.030 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:25.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:25.031 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:25.031 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:25.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:25.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:25.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:25.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:25.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:25.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:25.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:25.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:25.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:16:25.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:25.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:25.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:25.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:25.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:25.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:16:25.094 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 12:16:25.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:25.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:25.094 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:25.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:25.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:25.094 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:25.094 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:25.094 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:25.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:25.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:25.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:25.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:25.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:25.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:25.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:25.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:25.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:16:25.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:25.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:25.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:25.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:25.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:25.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:25.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:16:25.140 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 12:16:25.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:25.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:25.140 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:25.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:25.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:25.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:25.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:25.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:25.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:25.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:25.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:25.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:25.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:25.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:25.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:25.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:25.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:16:25.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:25.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:25.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:25.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:25.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:25.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:25.181 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1 12:16:25.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 12:16:25.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:25.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:25.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 12:16:25.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 12:16:25.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:25.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed 12:16:25.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:25.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 12:16:25.694 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1 12:16:25.694 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 12:16:25.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:26.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:26.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 12:16:26.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 12:16:26.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:26.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed 12:16:26.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:26.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 12:16:26.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:16:26.224 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 12:16:26.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:26.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:26.225 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:26.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:26.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:26.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:26.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:26.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:26.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:26.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:26.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:26.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:26.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:26.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:26.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:26.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:16:26.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:26.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:26.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:26.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:26.251 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:16:26.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:26.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:26.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:26.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:26.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:26.759 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:16:26.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:26.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:26.759 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:16:26.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:26.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:27.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:27.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:27.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:27.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:27.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:16:27.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:27.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:27.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:16:27.289 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 12:16:27.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:27.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:27.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:27.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:27.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:27.289 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:27.289 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:27.289 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:27.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:27.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:27.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:27.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:27.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:27.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:27.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:27.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:27.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:16:27.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:27.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:27.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:27.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:27.315 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:16:27.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:27.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:27.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:27.816 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:27.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:27.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:27.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:16:27.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:27.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:27.825 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:16:27.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:27.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:28.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:28.325 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:28.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:28.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:28.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:16:28.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:28.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:28.334 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1 12:16:28.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 12:16:28.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:28.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:28.834 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 12:16:28.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 12:16:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:28.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed 12:16:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:28.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 12:16:28.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:16:28.868 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 12:16:28.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:28.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:28.868 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:28.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:28.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:28.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:28.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:28.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:28.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:28.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:28.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:28.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:28.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:28.879 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:28.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:28.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:28.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:16:28.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:28.899 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:16:28.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:29.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:29.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:29.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:29.406 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:16:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:29.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:29.406 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:16:29.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:29.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:29.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:29.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:29.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:29.916 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:16:29.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:29.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:29.916 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:16:29.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:29.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:30.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:30.417 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:30.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:30.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:30.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:16:30.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:30.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:30.428 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:16:30.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:30.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:30.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:30.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:30.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:30.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:30.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:16:30.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:30.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:30.940 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:16:30.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:30.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:31.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:31.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:31.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:31.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:31.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:16:31.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:31.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:31.442 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:16:31.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:31.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:31.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:31.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:31.944 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:16:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:31.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:31.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:16:31.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:16:31.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:31.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:31.970 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:31.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:31.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:31.971 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:31.971 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:31.971 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:31.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:31.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:31.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:31.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:31.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:31.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:31.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:31.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:31.997 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:16:31.997 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:31.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:31.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:31.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:31.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:31.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:31.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:31.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:31.998 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 12:16:31.998 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 12:16:31.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:32.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:32.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 12:16:32.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 12:16:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:32.503 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 12:16:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:32.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 12:16:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:16:32.511 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 12:16:32.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:32.512 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:32.512 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:32.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:32.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:32.512 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:32.512 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:32.512 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:32.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:32.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:32.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:32.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:32.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:32.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:32.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:32.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:32.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:16:32.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:32.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:32.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:32.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:32.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:32.551 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 12:16:32.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 12:16:32.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:33.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:33.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 12:16:33.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 12:16:33.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:33.058 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 12:16:33.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:33.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 12:16:33.058 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1 12:16:33.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 12:16:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:33.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:33.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 12:16:33.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 12:16:33.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:33.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed 12:16:33.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:33.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 12:16:33.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:16:33.573 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 12:16:33.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:33.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:33.573 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:33.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:33.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:33.573 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:33.574 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:33.574 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:33.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:33.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:33.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:33.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:33.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:33.595 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:33.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:16:33.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:33.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:33.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:33.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:33.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:16:33.621 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 12:16:33.621 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:33.621 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:33.621 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:33.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:33.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:33.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:33.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:33.622 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:33.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:33.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:33.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:33.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:33.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:33.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:33.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:33.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:33.654 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:16:33.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:33.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:33.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:33.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:33.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:33.654 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:16:33.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:33.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:34.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:34.155 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:34.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:34.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:34.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:16:34.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:34.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:34.162 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:16:34.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:34.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:34.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:34.670 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:16:34.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:34.670 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:16:34.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:34.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:16:34.670 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:16:34.670 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:34.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:35.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:35.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:35.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:35.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:35.180 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:16:35.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:35.180 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:35.180 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:16:35.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:35.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:35.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:35.680 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:35.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:35.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:35.691 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:16:35.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:35.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:35.691 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:16:35.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:35.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:36.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:36.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:36.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:36.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:36.193 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:16:36.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:36.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:36.193 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:16:36.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:36.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:36.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:36.694 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:36.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:16:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:36.695 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:16:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:36.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:16:36.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:16:36.704 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 12:16:36.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:36.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:36.704 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:36.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:36.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:36.704 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:16:36.704 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:16:36.704 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:36.704 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:36.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:36.704 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.063 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.084 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.58 s getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.102 s getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.541 s testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.061 s getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.047 s getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.082 s Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:16:36.712 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:16:36.713 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:36.713 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:36.713 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:16:36.713 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:36.713 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:36.722 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:36.722 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:36.722 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:36.722 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:36.722 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 12:16:36.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:16:36.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:36.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:36.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1654): Gtk-CRITICAL **: 12:16:36.747: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:16:36.750 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 12:16:36.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:36.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:36.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:36.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:16:36.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:36.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:16:36.765 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej 12:16:36.768 TRACE [main][WidgetHandler] Notify Table with event 13 12:16:36.768 TRACE [main][WidgetHandler] Wait for synchronization 12:16:36.769 TRACE [main][WidgetHandler] Notify Table with event 3 12:16:36.769 TRACE [main][WidgetHandler] Wait for synchronization 12:16:36.769 TRACE [main][WidgetHandler] Notify Table with event 4 12:16:36.769 TRACE [main][WidgetHandler] Wait for synchronization 12:16:36.776 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 12:16:36.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:36.777 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:36.777 INFO [WorkbenchTestable][AbstractText] Text set to: abc 12:16:36.777 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16 12:16:36.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:36.783 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:16:36.783 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:16:36.783 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:16:36.784 DEBUG [main][AbstractWait] Waiting until shell is active... 12:16:36.784 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:16:36.784 INFO [main][AbstractShell] Close shell Testing shell 12:16:36.784 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:16:36.788 DEBUG [main][AbstractWait] Waiting while shell is available... 12:16:36.788 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:16:36.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:16:36.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:36.789 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:36.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:36.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:36.807 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 12:16:36.807 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:16:36.807 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:36.807 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:36.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:36.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) Time elapsed: 0.085 s Running org.eclipse.reddeer.jface.test.window.WindowTest 12:16:36.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: "Eclipse Window"] 12:16:36.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:36.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: "Eclipse Window"] 12:16:36.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:36.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:36.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:36.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:36.818 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:36.818 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") 12:16:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:16:36.826 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:16:36.827 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:16:36.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:36.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 12:16:36.842 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 12:16:36.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:36.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:36.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:36.851 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:16:36.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:36.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:36.851 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:36.851 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 12:16:36.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:36.851 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") 12:16:36.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:37.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:37.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:37.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:37.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:37.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:37.854 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:16:37.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:16:37.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:37.866 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:37.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:37.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:37.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:37.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:37.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:37.867 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:37.867 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") 12:16:37.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:37.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:37.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:37.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:37.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:16:37.872 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:16:37.872 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:16:37.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:37.913 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"] 12:16:37.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:37.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:37.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:37.914 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:16:37.914 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:37.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:37.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:37.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 12:16:37.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:37.914 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") 12:16:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:37.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:37.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:38.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:38.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:38.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:38.916 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:16:38.916 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:16:38.916 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:38.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:38.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:38.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:38.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:38.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:38.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:38.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:38.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: "openEclipseWindowTitleTooltip") 12:16:38.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:38.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:38.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:38.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:16:38.947 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:16:38.947 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:16:38.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:38.975 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.... 12:16:38.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:38.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:38.976 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 12:16:38.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:38.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:38.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:38.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:38.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:38.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:38.976 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 12:16:38.976 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 12:16:38.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:39.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:39.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.009 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:39.009 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") 12:16:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:16:39.013 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:16:39.014 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:16:39.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:39.037 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.... 12:16:39.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:39.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:39.038 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 12:16:39.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.038 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 12:16:39.038 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 12:16:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:39.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:39.046 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:39.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:39.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:39.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:16:39.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:39.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:16:39.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:39.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:39.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:39.048 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") 12:16:39.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:16:39.051 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:16:39.051 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:16:39.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:39.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 12:16:39.075 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 12:16:39.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:39.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.076 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:16:39.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:39.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:39.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.076 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 12:16:39.076 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 12:16:39.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:39.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:39.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:39.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.085 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:39.085 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") 12:16:39.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:16:39.089 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:16:39.089 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:16:39.089 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:39.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 12:16:39.129 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 12:16:39.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.129 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:16:39.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:39.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:39.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 12:16:39.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.130 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") 12:16:39.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:39.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:40.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:40.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:40.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:40.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:40.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:40.631 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:16:40.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:16:40.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:40.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:40.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:40.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:40.650 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:40.650 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") 12:16:40.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:40.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:40.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:40.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:40.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:16:40.654 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:16:40.654 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:16:40.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:40.666 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"] 12:16:40.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:40.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:40.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:40.667 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:16:40.667 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:40.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:40.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:40.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:40.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 12:16:40.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:16:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:40.667 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") 12:16:40.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:40.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:40.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:41.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:41.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:42.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:42.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:42.169 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:16:42.169 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:16:42.169 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.366 s - in org.eclipse.reddeer.jface.test.window.WindowTest openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.052 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.074 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.106 s openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.602 s openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.529 s Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:16:42.186 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:16:42.187 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:42.187 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:42.187 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:16:42.187 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:42.187 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:42.193 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:42.193 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:42.193 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:42.194 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:42.195 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 12:16:42.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:16:42.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:42.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:42.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:42.196 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.... 12:16:42.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:42.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:42.249 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 12:16:42.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:16:42.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:42.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:42.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:42.251 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") 12:16:42.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:42.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:42.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:42.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:42.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "make valid") 12:16:42.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:42.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:16:42.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:42.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:42.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:42.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:42.253 INFO [WorkbenchTestable][AbstractButton] Click button make valid 12:16:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:42.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:42.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:42.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:42.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:42.254 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") 12:16:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:42.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:42.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:42.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:42.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:42.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:42.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:42.257 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") 12:16:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:42.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:42.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:42.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:42.258 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:16:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:42.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:42.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:42.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:42.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:42.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:42.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:42.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:42.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:16:42.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:42.283 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:42.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:42.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:42.283 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 12:16:42.284 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:16:42.284 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:42.284 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:42.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:42.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) Time elapsed: 0.088 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.v20230828-1200 [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.v20230828-1200 [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 1399/2127K 1415/2127K 1431/2127K 1447/2127K 1463/2127K 1479/2127K 1495/2127K 1511/2127K 1527/2127K 1543/2127K 1559/2127K 1575/2127K 1591/2127K 1607/2127K 1623/2127K 1639/2127K 1655/2127K 1671/2127K 1687/2127K 1703/2127K 1719/2127K 1735/2127K 1751/2127K 1767/2127K 1783/2127K 1799/2127K 1815/2127K 1831/2127K 1847/2127K 1863/2127K 1879/2127K 1895/2127K 1911/2127K 1927/2127K 1943/2127K 1959/2127K 1970/2127K 1986/2127K 2002/2127K 2018/2127K 2034/2127K 2050/2127K 2066/2127K 2082/2127K 2098/2127K 2114/2127K 2127/2127K 2127K downloaded [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.eclipse.test --- [INFO] Fetching 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.058 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.005 s] [INFO] RedDeer Common ..................................... SUCCESS [ 6.395 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 1.025 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.392 s] [INFO] RedDeer Core ....................................... SUCCESS [ 1.305 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 0.801 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.804 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 1.157 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.418 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.589 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.362 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 0.742 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 1.544 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.552 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.710 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.526 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.373 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.923 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.696 s] [INFO] RedDeer UI ......................................... SUCCESS [ 1.611 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.411 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 0.778 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.368 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.393 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.719 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.002 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.307 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.078 s] [INFO] RedDeer Common Tests ............................... SUCCESS [01:09 min] [INFO] RedDeer SWT Tests .................................. SUCCESS [03:39 min] [INFO] RedDeer Core Tests ................................. SUCCESS [03:11 min] [INFO] RedDeer Workbench Tests ............................ SUCCESS [04:50 min] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 22.078 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [01:20 min] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 1.066 s] [INFO] RedDeer Eclipse Tests .............................. FAILURE [ 38.862 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:51 min [INFO] Finished at: 2023-08-28T12:17:24Z [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